reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 CS = &Call; 145 CS = &Call;lib/CodeGen/SelectionDAG/FastISel.cpp
1237 if (CLI.NumResultRegs && CLI.CS) 1238 updateValueMap(CLI.CS->getInstruction(), CLI.ResultReg, CLI.NumResultRegs); 1241 if (CLI.CS) 1242 if (MDNode *MD = CLI.CS->getInstruction()->getMetadata("heapallocsite"))lib/Target/X86/X86FastISel.cpp
3189 CLI.CS ? dyn_cast<CallInst>(CLI.CS->getInstruction()) : nullptr; 3189 CLI.CS ? dyn_cast<CallInst>(CLI.CS->getInstruction()) : nullptr; 3195 CLI.CS ? dyn_cast<InvokeInst>(CLI.CS->getInstruction()) : nullptr; 3195 CLI.CS ? dyn_cast<InvokeInst>(CLI.CS->getInstruction()) : nullptr; 3241 if (CLI.CS && CLI.CS->hasInAllocaArgument()) 3241 if (CLI.CS && CLI.CS->hasInAllocaArgument()) 3271 if (TI && TI->getType()->isIntegerTy(1) && CLI.CS && 3272 (TI->getParent() == CLI.CS->getInstruction()->getParent()) && 3539 : computeBytesPoppedByCalleeForSRet(Subtarget, CC, CLI.CS);