Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDX86RecognizableInstr.h86 bool Is32Bit; variable
HDX86RecognizableInstr.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()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.h83 bool Is32Bit() const { in Is32Bit() function
HDELFHeader.cpp114 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse()
HDObjectFileELF.cpp2283 if (hdr->Is32Bit()) in ParsePLTRelocations()
2432 if (hdr->Is32Bit()) in RelocateSection()
2450 if (hdr->Is32Bit()) in RelocateSection()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp190 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument
192 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td25 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
513 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1270 let Predicates = [Is32Bit] in {
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp2150 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
2151 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
2152 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()