Home
last modified time | relevance | path

Searched refs:isLE (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() argument
78 if (isLE) in getELFType()
84 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType() argument
85 if (isLE) in getMachOType()
H A DELF.h241 bool isLE() const { in isLE() function
250 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp32 XtensaMCAsmBackend(uint8_t osABI, bool isLE) in XtensaMCAsmBackend() argument
33 : MCAsmBackend(support::little), OSABI(osABI), IsLittleEndian(isLE) {} in XtensaMCAsmBackend()
H A DXtensaMCCodeEmitter.cpp40 XtensaMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLE) in XtensaMCCodeEmitter() argument
41 : MCII(mcii), Ctx(ctx), IsLittleEndian(isLE) {} in XtensaMCCodeEmitter()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp38 XtensaDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool isLE) in XtensaDisassembler() argument
39 : MCDisassembler(STI, Ctx), IsLittleEndian(isLE) {} in XtensaDisassembler()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp232 insn = config->isLE ? insn << 32 | insn >> 32 : insn; in writePrefixedInstruction()
379 config->isLE ? getRelaTocSymAndAddend<ELF64LE>(tocISB, rel.addend) in tryRelaxPPC64TocIndirection()
553 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
557 return read32(config->isLE ? loc : loc - 2); in readFromHalf16()
562 return config->isLE ? (fullInstr << 32 | fullInstr >> 32) : fullInstr; in readPrefixedInstruction()
H A DPPC.cpp68 return read32(config->isLE ? loc : loc - 2); in readFromHalf16()
72 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELF.cpp396 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4); in android_relas()
648 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4); in decodeBBAddrMap()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp854 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpStackSizesSection()
890 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpBBAddrMapSection()
945 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpAddrsigSection()
1055 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpCallGraphProfileSection()
1265 DataExtractor Data(Content, Obj.isLE(), /*AddressSize=*/0); in dumpHashSection()
1301 DataExtractor Data(Content, Obj.isLE(), AddrSize); in dumpGnuHashSection()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h344 bool isLE; member
H A DDriver.cpp1559 config->isLE = (k == ELF32LEKind || k == ELF64LEKind); in setConfigs()
1560 config->endianness = config->isLE ? endianness::little : endianness::big; in setConfigs()
H A DSyntheticSections.cpp2739 DWARFDataExtractor data(obj, *pub, config->isLE, config->wordsize); in readPubNamesAndTypes()
3719 eHdr->e_ident[EI_DATA] = config->isLE ? ELFDATA2LSB : ELFDATA2MSB; in writeEhdr()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2639 if (Obj.isLE()) in printArchSpecificInfo()
2648 if (Obj.isLE()) in printArchSpecificInfo()
6182 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printNonRelocatableStackSizes()
6269 DataExtractor Data(Contents, Obj.isLE(), sizeof(Elf_Addr)); in printRelocatableStackSizes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h1332 static bool isLE(Predicate P) {
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp10999 assert((IsGreater || ICmpInst::isLE(Pred) || ICmpInst::isLT(Pred)) && in getMonotonicPredicateTypeImpl()
11778 assert((ICmpInst::isLT(CanonicalPred) || ICmpInst::isLE(CanonicalPred)) && in isImpliedCondBalancedTypes()
11781 ICmpInst::isLE(CanonicalFoundPred)) && in isImpliedCondBalancedTypes()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2132 bool isLE = DAG.getDataLayout().isLittleEndian(); in isVSLDOIShuffleMask() local
2134 if ((ShuffleKind == 0 && !isLE) || (ShuffleKind == 2 && isLE)) { in isVSLDOIShuffleMask()
2147 if (isLE) in isVSLDOIShuffleMask()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13746 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local
13821 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1)); in visitTRUNCATE()
13986 unsigned Idx = isLE ? 0 : VecSrcVT.getVectorNumElements() - 1; in visitTRUNCATE()
21044 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
21064 unsigned Index = isLE ? (i * ElemRatio) : in reduceBuildVecExtToExtBuildVec()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19634 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts() argument
19645 bool CanChangeType = isLE && !IsMasked; in getMVEIndexedAddressParts()