HomeSort by relevance Sort by last modified time
    Searched refs:isCall (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 574 assert(LCS.isCall() == RCS.isCall() && "Can't compare otherwise!");
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 266 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 416 MI.isCall() && !EHStreamer::callToNoUnwindFunction(&MI)) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp     [all...]
TailDuplication.cpp 600 if (PreRegAlloc && MI.isCall())
    [all...]
MachineTraceMetrics.cpp 103 if (MI.isCall())
    [all...]
SplitKit.cpp 81 if (I->isCall()) {
    [all...]
MachineScheduler.cpp 385 /// scheduling across calls. In PostRA scheduling, we need the isCall to enforce
392 return MI->isCall() || TII->isSchedulingBoundary(MI, MBB, *MF);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 647 if (MI->isCall() || MI->isBarrier() || MI->isBranch())
    [all...]
HexagonFrameLowering.cpp 235 if (MI->isCall())
    [all...]
HexagonInstrInfo.cpp     [all...]
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 135 XMI.setOpcode((Desc.isBranch() || Desc.isCall() ||
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 308 isCall = R->getValueAsBit("isCall");
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 342 if (MII == MBB.end() || MII->isCall() ||
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 740 if (MCID.isCall())
    [all...]

Completed in 813 milliseconds

1 23 4