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

  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 33 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 57 if (!MO.isJTI() && MO.getOffset())
ARMCodeEmitter.cpp 474 } else if (MO.isJTI())
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 102 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 217 /// isJTI - Tests if this is a MO_JumpTableIndex operand.
218 bool isJTI() const { return OpKind == MO_JumpTableIndex; }
410 assert((isFI() || isCPI() || isJTI()) &&
488 assert((isFI() || isCPI() || isJTI()) &&
  /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/X86/
X86CodeEmitter.cpp 432 assert(RelocOp->isJTI() && "Unexpected machine operand!");
457 } else if (Op3.isJTI()) {
803 if (MO.isJTI()) {
848 else if (MO1.isJTI())
    [all...]
X86AsmPrinter.cpp 325 DispSpec.isJTI() || DispSpec.isSymbol());
412 if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol()) {
429 else if (MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isSymbol())
X86InstrInfo.h 117 MI->getOperand(Op+3).isJTI());
X86MCInstLower.cpp 175 if (MO.isJTI() && MAI.hasSetDirective()) {
190 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 175 assert(MO.isJTI());
PPCMCInstLower.cpp 114 if (!MO.isJTI() && MO.getOffset())
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 234 else if (MO.isJTI())
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 231 if (!Op.isJTI()) continue;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 791 milliseconds