Searched refs:Is32Bit (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.h | 72 bool Is32Bit; variable
|
D | X86RecognizableInstr.cpp | 235 Is32Bit = false; in RecognizableInstr() 241 Is32Bit = true; in RecognizableInstr() 969 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath() 979 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath() 986 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 85 bool Is32Bit; variable
|
D | X86RecognizableInstr.cpp | 234 Is32Bit = false; in RecognizableInstr() 241 Is32Bit = true; in RecognizableInstr() 897 UID, Is32Bit, IgnoresVEX_L, AddressSize); in emitDecodePath() 903 UID, Is32Bit, IgnoresVEX_L, AddressSize); in emitDecodePath()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument 194 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 25 def Is32Bit : Predicate<"!Subtarget->is64Bit()">; 477 Requires<[Is32Bit]>; 481 Requires<[Is32Bit]>; 486 Requires<[Is32Bit]>; 490 Requires<[Is32Bit]>; 697 let Predicates = [Is32Bit], isCodeGenOnly = 1 in 1609 let Predicates = [Is32Bit] in {
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 3898 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local 3900 DefMI->getOperand(2).getImm(), Is32Bit ? 32 : 64); in optimizeCondBranch() 3930 if (!Is32Bit && Imm < 32) in optimizeCondBranch()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2199 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local 2200 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary() 2201 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3331 bool Is32Bit = isInt<32>(ImmValue) || isUInt<32>(ImmValue); in expandAliasImmediate() local 3343 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, Inst.getLoc(), Out, STI)) { in expandAliasImmediate()
|