Home
last modified time | relevance | path

Searched defs:CallI (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp72 if (const auto *CallI = dyn_cast<CallBase>(U.getUser())) { in getPreferredExtendForValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp401 if (const CallInst *CallI = dyn_cast<CallInst>(V)) in shouldEmitPTXNoReturn() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp539 MachineBasicBlock::const_instr_iterator CallI = CSInfo.first->getIterator(); in convertCallSiteObjects() local
H A DWinEHPrepare.cpp1127 BasicBlock::iterator CallI = in removeImplausibleInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp435 auto CallI = std::next(CallB->instr_begin(), MILoc.Offset); in initializeCallSiteInfo() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp638 for (unsigned CallI = 0, CallN = Call.getNumArgs(); CallI != CallN; ++CallI) { in finishArgumentConstruction() local
H A DBugReporter.cpp1786 if (auto *CallI = dyn_cast<PathDiagnosticCallPiece>(I->get())) { in optimizeEdges() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2772 CallInst *CallI = in visitCmpInst() local