HomeSort by relevance Sort by last modified time
    Searched refs:isJTI (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 57 if (!MO.isJTI() && MO.getOffset())
ARMCodeEmitter.cpp 490 } else if (MO.isJTI())
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 34 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 102 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 239 /// isJTI - Tests if this is a MO_JumpTableIndex operand.
240 bool isJTI() const { return OpKind == MO_JumpTableIndex; }
423 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
501 assert((isFI() || isCPI() || isTargetIndex() || isJTI()) &&
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 78 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 108 if (!MO.isJTI() && MO.getOffset())
MBlazeDelaySlotFiller.cpp 78 if (mop.isGlobal() || mop.isSymbol() || mop.isJTI() || mop.isCPI())
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 394 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI());
400 else if (MO.isJTI())
423 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI()) &&
444 else if (MO.isJTI())
447 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())
467 assert((MO.isGlobal() || MO.isJTI() || MO.isCPI()) &&
471 if (MO.isJTI())
    [all...]
PPCCodeEmitter.cpp 176 assert(MO.isJTI());
PPCMCInstLower.cpp 133 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 291 DispSpec.isJTI() || DispSpec.isSymbol());
425 if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol()) {
442 else if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol())
X86CodeEmitter.cpp 450 assert(RelocOp->isJTI() && "Unexpected machine operand!");
475 } else if (Op3.isJTI()) {
    [all...]
X86InstrInfo.h 120 MI->getOperand(Op+3).isJTI());
X86MCInstLower.cpp 205 if (MO.isJTI() && MAI.hasSetDirective()) {
220 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset())
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 228 else if (MO.isJTI())
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 229 if (!Op.isJTI()) continue;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 762 milliseconds