HomeSort by relevance Sort by last modified time
    Searched refs:isCall (Results 151 - 175 of 217) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 163 public boolean isCall(NotificationRecord record) {
164 return mFiltering.isCall(record);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 518 } else if (definesCPSR(*MBBI) || MBBI->isCall() || MBBI->isBranch()) {
    [all...]
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 391 if (MI.isCall())
    [all...]
X86FrameLowering.cpp 471 if (MI.isCall() && MI.getOperand(0).isSymbol() &&
    [all...]
X86WinEHState.cpp 490 if (CS.isCall()) {
X86MCInstLower.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 581 assert(LCS.isCall() == RCS.isCall() && "Can't compare otherwise!");
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 266 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 424 MI.isCall() && !EHStreamer::callToNoUnwindFunction(&MI)) {
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp     [all...]
TailDuplicator.cpp 563 if (PreRegAlloc && MI.isCall())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 645 if (MI->isCall() || MI->isBarrier() || MI->isBranch())
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 136 XMI.setOpcode((Desc.isBranch() || Desc.isCall() ||
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/tools/sancov/
sancov.cc 414 if (MIA->isCall(Inst) &&
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 311 isCall = R->getValueAsBit("isCall");
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 253 if (CS.isCall() && cast<CallInst>(CS.getInstruction())->isTailCall())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 594 && !MBB->back().getDesc().isCall()) {
TailDuplication.cpp 579 if (PreRegAlloc && I->getDesc().isCall())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 864 if (MI->getDesc().isCall())
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 1887 milliseconds

1 2 3 4 5 67 8 9