Searched refs:Is32Bit (Results 1 – 8 of 8) sorted by relevance
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 84 bool Is32Bit; variable
|
D | X86RecognizableInstr.cpp | 217 Is32Bit = false; in RecognizableInstr() 224 Is32Bit = true; in RecognizableInstr() 859 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath() 865 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 83 bool Is32Bit() const { in Is32Bit() function
|
D | ELFHeader.cpp | 114 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse()
|
D | ObjectFileELF.cpp | 1314 if (hdr->Is32Bit()) in ParsePLTRelocations()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 190 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument 192 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 25 def Is32Bit : Predicate<"!Subtarget.is64Bit()">; 510 let Predicates = [Is32Bit], isCodeGenOnly = 1 in 1164 let Predicates = [Is32Bit] in {
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1654 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local 1655 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary() 1656 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
|