Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp222 const CallInst *CallI = dyn_cast<CallInst>(&I); in moduleCanBeRenamedForThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp341 if (const CallInst *CallI = dyn_cast<CallInst>(V)) in shouldEmitPTXNoReturn() local
H A DNVPTXISelLowering.cpp1380 const CallInst *CallI = cast<CallInst>(&CB); in getPrototype() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp369 auto CallI = std::next(CallB->instr_begin(), MILoc.Offset); in initializeCallSiteInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp476 MachineBasicBlock::const_instr_iterator CallI = CSInfo.first->getIterator(); in convertCallSiteObjects() local
H A DWinEHPrepare.cpp968 BasicBlock::iterator CallI = in removeImplausibleInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp518 MachineBasicBlock::const_instr_iterator CallI = CSInfo.first->getIterator(); in convertCallSiteObjects() local
H A DWinEHPrepare.cpp978 BasicBlock::iterator CallI = in removeImplausibleInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp407 auto CallI = std::next(CallB->instr_begin(), MILoc.Offset); in initializeCallSiteInfo() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp963 BasicBlock::iterator CallI = in removeImplausibleInstructions() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2353 if (CallInst *CallI = dyn_cast<CallInst>(CurInst)) in performScalarPRE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1319 const CallInst *CallI = cast<CallInst>(CS.getInstruction()); in getPrototype() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp958 const CallInst *CallI = cast<CallInst>(CS->getInstruction()); in getPrototype() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2327 if (PathDiagnosticCallPiece *CallI = dyn_cast<PathDiagnosticCallPiece>(*I)){ in optimizeEdges() local
/aosp_15_r20/external/llvm/lib/IR/
H A DVerifier.cpp3060 if (auto CallI = dyn_cast<CallInst>(U)) in verifySwiftErrorValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2756 CallInst *CallI = in visitCmpInst() local