/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/ |
D | ppc64.h | 95 constexpr bool isLE = Endianness == llvm::endianness::little; in pickStub() local 286 constexpr bool isLE = Endianness == llvm::endianness::little; in readPrefixedInstruction() local 293 constexpr bool isLE = Endianness == llvm::endianness::little; in writePrefixedInstruction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/ |
D | ppc64.h | 95 constexpr bool isLE = Endianness == llvm::endianness::little; in pickStub() local 286 constexpr bool isLE = Endianness == llvm::endianness::little; in readPrefixedInstruction() local 293 constexpr bool isLE = Endianness == llvm::endianness::little; in writePrefixedInstruction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/ |
D | ppc64.h | 95 constexpr bool isLE = Endianness == llvm::endianness::little; in pickStub() local 286 constexpr bool isLE = Endianness == llvm::endianness::little; in readPrefixedInstruction() local 293 constexpr bool isLE = Endianness == llvm::endianness::little; in writePrefixedInstruction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/ |
D | ppc64.h | 95 constexpr bool isLE = Endianness == llvm::endianness::little; in pickStub() local 286 constexpr bool isLE = Endianness == llvm::endianness::little; in readPrefixedInstruction() local 293 constexpr bool isLE = Endianness == llvm::endianness::little; in writePrefixedInstruction() local
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | Binary.h | 65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 72 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Binary.h | 75 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 82 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
H A D | ELF.h | 153 bool isLE() const { in isLE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
D | ELF.h | 285 bool isLE() const { in isLE() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Binary.h | 77 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 84 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
H A D | ELF.h | 241 bool isLE() const { in isLE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
D | ELF.h | 285 bool isLE() const { in isLE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
D | ELF.h | 285 bool isLE() const { in isLE() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | Binary.h | 78 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() 85 static unsigned int getMachOType(bool isLE, bool is64Bits) { in getMachOType()
|
D | ELF.h | 285 bool isLE() const { in isLE() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaAsmBackend.cpp | 32 XtensaMCAsmBackend(uint8_t osABI, bool isLE) in XtensaMCAsmBackend()
|
H A D | XtensaMCCodeEmitter.cpp | 40 XtensaMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool isLE) in XtensaMCCodeEmitter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/Disassembler/ |
H A D | XtensaDisassembler.cpp | 38 XtensaDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool isLE) in XtensaDisassembler()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | basic.cpp | 66 bool isLE = (rv[0].item<float>() <= rv[1].item<float>()); in TestRandperm() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7078 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local 7706 bool isLE = DAG.getDataLayout().isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local 12609 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10730 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local 11453 bool isLE = DAG.getDataLayout().isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local 17383 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1448 bool isLE = DAG.getDataLayout().isLittleEndian(); in isVSLDOIShuffleMask() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 13746 bool isLE = DAG.getDataLayout().isLittleEndian(); in visitTRUNCATE() local 21044 bool isLE = DAG.getDataLayout().isLittleEndian(); in reduceBuildVecExtToExtBuildVec() local
|