Home
last modified time | relevance | path

Searched refs:DirectCall (Results 1 – 11 of 11) sorted by relevance

/llvm-project/bolt/test/X86/
H A Dpseudoprobe-decoding-noinline.test61 CHECK: [Probe]: FUNC: foo Index: 8 Type: DirectCall
65 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall
67 CHECK: [Probe]: FUNC: main Index: 2 Type: DirectCall
80 CHECK: Address: 0x2017bc FUNC: foo Index: 8 Type: DirectCall
84 CHECK: Address: 0x2017d5 FUNC: foo Index: 9 Type: DirectCall
86 CHECK: Address: 0x2017f4 FUNC: main Index: 2 Type: DirectCall
105 CHECK-NEXT: [Probe]: FUNC: foo Index: 8 Type: DirectCall
109 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall
113 CHECK-NEXT: [Probe]: FUNC: main Index: 2 Type: DirectCall
H A Dpseudoprobe-decoding-inline.test67 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall
81 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
99 CHECK: Address: 0x2017e2 FUNC: foo Index: 9 Type: DirectCall
113 CHECK: Address: 0x201862 FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
136 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall
156 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
/llvm-project/bolt/lib/Passes/
H A DRetpolineInsertion.cpp105 MCInst DirectCall; in createNewRetpoline() local
106 MIB.createDirectCall(DirectCall, BB2.getLabel(), &Ctx, /*IsTailCall*/ false); in createNewRetpoline()
107 BB0.addInstruction(DirectCall); in createNewRetpoline()
/llvm-project/llvm/test/tools/llvm-profgen/
H A Dpseudoprobe-decoding.test49 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall
80 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
H A Dpseudoprobe-decoding-discriminator.test7 ; CHECK: [Probe]: FUNC: quick_sort Index: 5 Type: DirectCall
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp55 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles()
56 CallesNames.insert(DirectCall->getName()); in findCalles()
57 if (auto DirectCall = dyn_cast<Function>(CalledValue)) findCalles() local
/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h29 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h153 return Type == static_cast<uint8_t>(PseudoProbeType::DirectCall);
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp1269 InstructionListType createIndirectPLTCall(MCInst &&DirectCall, in createShortJmp()
1272 const bool IsTailCall = isTailCall(DirectCall); in createShortJmp()
1273 assert((DirectCall.getOpcode() == AArch64::BL || in createShortJmp()
1274 (DirectCall.getOpcode() == AArch64::B && IsTailCall)) && in createShortJmp()
1303 moveAnnotations(std::move(DirectCall), InstCall); in matchLinkerVeneer()
1078 createIndirectPltCall(const MCInst & DirectCall,const MCSymbol * TargetLocation,MCContext * Ctx) createIndirectPltCall() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp426 ? (uint32_t)PseudoProbeType::DirectCall in instrumentOneFunc()
/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/
H A Dlocal.ll307 define void @DirectCall() {
308 ; CHECK-LABEL: @DirectCall dso_preemptable{{$}}