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

1 2

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 119 if (TmpMI->isInlineAsm()) {
DeadMachineInstructionElim.cpp 58 if (MI->isInlineAsm())
MachineInstr.cpp 660 if (!isImpReg && !isInlineAsm()) {
    [all...]
LiveRangeEdit.cpp 233 if (MI->isInlineAsm()) {
RegAllocFast.cpp 573 if (MI->isInlineAsm())
    [all...]
CriticalAntiDepBreaker.cpp 391 if (MI->isInlineAsm())
MachineCSE.cpp 330 MI->isInlineAsm() || MI->isDebugValue())
PeepholeOptimizer.cpp 706 MI->isKill() || MI->isInlineAsm() ||
    [all...]
PrologEpilogInserter.cpp 215 } else if (I->isInlineAsm()) {
    [all...]
TargetInstrInfo.cpp 596 if (MI->isInlineAsm())
BranchFolding.cpp 354 I1->isInlineAsm()) {
    [all...]
MachineVerifier.cpp 782 if (MI->isInlineAsm())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 521 if (isInlineAsm()) {
535 if (isInlineAsm()) {
705 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 214 if (CurInst->isCall() || CurInst->isInlineAsm())
X86FloatingPoint.cpp 421 if (MI->isInlineAsm())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 432 assert(MI->isInlineAsm() && "printInlineAsm only works on inline asms");
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 215 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isPosition() ||
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
HexagonCopyToCombine.cpp 228 I->isInlineAsm() || I->isDebugValue();
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 736 Candidate.isPosition() || Candidate.isInlineAsm() ||
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 690 if (MI.isInlineAsm())
763 bool noImmForm = !MI.isInlineAsm() && !ImmToIdxMap.count(OpC);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 810 if (I->isInlineAsm())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1146 milliseconds

1 2