Home
last modified time | relevance | path

Searched refs:Is32Bit (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h86 bool Is32Bit; variable
DX86RecognizableInstr.cpp235 Is32Bit = false; in RecognizableInstr()
242 Is32Bit = true; in RecognizableInstr()
898 UID, Is32Bit, IgnoresVEX_L, AddressSize); in emitDecodePath()
904 UID, Is32Bit, IgnoresVEX_L, AddressSize); in emitDecodePath()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument
194 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td25 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
582 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1362 let Predicates = [Is32Bit] in {
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2146 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
2147 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
2148 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3186 bool Is32Bit = isInt<32>(ImmValue) || isUInt<32>(ImmValue); in expandAliasImmediate() local
3198 …if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, Inst.getLoc(), Instructions… in expandAliasImmediate()