Home
last modified time | relevance | path

Searched defs:IsIndirectCall (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
178 bool IsIndirectCall; in emitInstruction() local
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
170 bool IsIndirectCall; in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
178 bool IsIndirectCall; in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp172 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
444 bool IsIndirectCall) override { in onLoweredCall()
1489 bool IsIndirectCall = !F; in visitCallBase() local
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp232 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
516 bool IsIndirectCall) override { in onLoweredCall()
1651 bool IsIndirectCall = !F; in visitCallBase() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp3889 bool IsIndirectCall = (CI && CI->isIndirectCall()); in LowerCall() local