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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 85 bool Is32Bit;
X86RecognizableInstr.cpp 234 Is32Bit = false;
241 Is32Bit = true;
897 UID, Is32Bit, IgnoresVEX_L, AddressSize);
903 UID, Is32Bit, IgnoresVEX_L, AddressSize);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 72 bool Is32Bit;
X86RecognizableInstr.cpp 235 Is32Bit = false;
241 Is32Bit = true;
969 UID, Is32Bit, IgnoresVEX_L);
979 UID, Is32Bit, IgnoresVEX_L);
986 UID, Is32Bit, IgnoresVEX_L);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) {
194 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 65 static bool is32Bit(EVT VT) {
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 999 milliseconds