HomeSort by: relevance | last modified time | path
    Searched refs:IndirectCall (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp 255 MachineInstr &IndirectCall = *MBBI;
256 assert(isIndirectCall(IndirectCall) && !IndirectCall.isReturn());
259 switch (IndirectCall.getOpcode()) {
274 Register Reg = IndirectCall.getOperand(RegOpIdxOnIndirectCall).getReg();
282 bool RegIsKilled = IndirectCall.getOperand(RegOpIdxOnIndirectCall).isKill();
284 DebugLoc DL = IndirectCall.getDebugLoc();
296 .addImm(IndirectCall.getOperand(0).getImm())
297 .addReg(IndirectCall.getOperand(1).getReg())
301 // Now copy the implicit operands from IndirectCall to BL and copy othe
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PseudoProbe.h 28 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall };
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
SpeculateAnalyses.cpp 27 bool IndirectCall = false) {
30 auto findCallInst = [&IndirectCall](const Instruction &I) {
32 return Call->isIndirectCall() ? IndirectCall : true;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h 137 bool isIndirectCall() const { return Type == PseudoProbeType::IndirectCall; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp 353 : (uint32_t)PseudoProbeType::IndirectCall;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 1895 auto *IndirectCall = CallInst::Create(FnTy, DevirtFnAddr, Null, "", InsertPt);
1898 CG[&F]->addCalledFunction(IndirectCall, CG.getCallsExternalNode());

Completed in 52 milliseconds