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

12 3 4

  /external/llvm/include/llvm/IR/
InstVisitor.h 249 if (CS.isCall())
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 302 if (MI->isCall()) {
MachineCopyPropagation.cpp 96 if (I->hasUnmodeledSideEffects() || I->isCall() ||
MachineInstr.cpp     [all...]
MachineRegisterInfo.cpp 459 if (!MI.isCall())
AggressiveAntiDepBreaker.cpp 370 if (MI->isCall() || MI->hasExtraDefRegAllocReq() ||
447 bool Special = MI->isCall() ||
    [all...]
BranchFolding.cpp 470 if (I->isCall())
    [all...]
TwoAddressInstructionPass.cpp 852 if (KillMI->hasUnmodeledSideEffects() || KillMI->isCall() ||
    [all...]
MachineCSE.cpp 346 if (MI->mayStore() || MI->isCall() || MI->isTerminator() ||
PostRASchedulerList.cpp 330 if (MI->isCall() || TII->isSchedulingBoundary(MI, &MBB, Fn)) {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 68 bool isCall = false);
784 bool isCall) {
849 if (isCall &&
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 272 if (MI->isCall() || MI->hasUnmodeledSideEffects())
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 312 HexagonMCInstrInfo::getDesc(MCII, *ID).isCall())
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 222 if (CurInst->isCall() || CurInst->isInlineAsm())
X86FrameLowering.cpp 469 if (MI.isCall() && MI.getOperand(0).isSymbol() &&
    [all...]
X86FloatingPoint.cpp 384 if (MI->isCall())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 410 bool isCall(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 449 if (TID.isCall())
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 377 if (MII == MBB.end() || MII->isCall() ||
465 // attributes (isCall, isReturn, etc.). We lower them to the real
  /external/llvm/tools/sancov/
sancov.cc 314 if (MIA->isCall(Inst) &&
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 490 if (Inst.isCall) OS << "|(1ULL<<MCID::Call)";
  /external/llvm/lib/Analysis/
InlineCost.cpp 767 if (CS.isCall() &&
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 147 public boolean isCall(NotificationRecord record) {
148 return mFiltering.isCall(record);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 502 } else if (definesCPSR(MBBI) || MBBI->isCall() || MBBI->isBranch()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 1397 milliseconds

12 3 4