HomeSort by relevance Sort by last modified time
    Searched refs:isInlineAsm (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 114 if (MI->isInlineAsm())
DeadMachineInstructionElim.cpp 57 if (MI->isInlineAsm())
MachineInstr.cpp 643 if (!isImpReg && !isInlineAsm()) {
    [all...]
LiveRangeEdit.cpp 228 if (MI->isInlineAsm()) {
PeepholeOptimizer.cpp 518 MI->isKill() || MI->isInlineAsm() || MI->isDebugValue() ||
CriticalAntiDepBreaker.cpp 351 if (MI->isInlineAsm())
MachineCSE.cpp 314 MI->isKill() || MI->isInlineAsm() || MI->isDebugValue())
TargetInstrInfo.cpp 469 if (MI->isInlineAsm())
PrologEpilogInserter.cpp 181 } else if (I->isInlineAsm()) {
    [all...]
RegAllocFast.cpp     [all...]
BranchFolding.cpp 346 I1->isInlineAsm()) {
    [all...]
MachineVerifier.cpp 775 if (MI->isInlineAsm())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 466 if (isInlineAsm()) {
480 if (isInlineAsm()) {
644 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 195 if (CurInst->isCall() || CurInst->isInlineAsm())
X86FloatingPoint.cpp 420 if (MI->isInlineAsm())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 414 assert(MI->isInlineAsm() && "printInlineAsm only works on inline asms");
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 332 if (I->isInlineAsm())
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 196 || I->isInlineAsm()
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
HexagonCopyToCombine.cpp 229 I->isInlineAsm() || I->isDebugValue();
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 546 if (MI.isInlineAsm())
613 bool noImmForm = !MI.isInlineAsm() && !ImmToIdxMap.count(OpC);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 720 Candidate.isLabel() || Candidate.isInlineAsm() ||
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 809 if (I->isInlineAsm())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 775 milliseconds

1 2