Searched defs:isLE (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Binary.h | 79 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 86 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
| H A D | ELF.h | 334 bool isLE() const { in isLE() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 96 constexpr bool isLE = Endianness == llvm::endianness::little; in pickStub() local 287 constexpr bool isLE = Endianness == llvm::endianness::little; in readPrefixedInstruction() local 294 constexpr bool isLE = Endianness == llvm::endianness::little; in writePrefixedInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaAsmBackend.cpp | 32 XtensaAsmBackend(uint8_t osABI, bool isLE) in XtensaAsmBackend()
|
| H A D | XtensaMCCodeEmitter.cpp | 40 XtensaMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLE) in XtensaMCCodeEmitter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/ |
| H A D | XtensaDisassembler.cpp | 38 XtensaDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool isLE) in XtensaDisassembler()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 468 bool isLE; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15951 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local 24012 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 2195 bool isLE = DAG.getDataLayout().isLittleEndian(); in isVSLDOIShuffleMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19805 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts()
|