Searched defs:IsBigEndian (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksEndian.hpp | 31 constexpr bool IsBigEndian () in IsBigEndian() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 138 bool IsBigEndian; member
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 557 bool IsBigEndian() const in IsBigEndian() function
|
/third_party/node/src/ |
H A D | util.h | 760 inline bool IsBigEndian() { in IsBigEndian() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 42 bool IsBigEndian; member in __anon24712::MipsDisassembler 45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument 1165 readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsBigEndian) readInstruction16() argument 1185 readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsBigEndian, bool IsMicroMips) readInstruction32() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 162 foldBitcastExtElt(ExtractElementInst &Ext, InstCombiner::BuilderTy &Builder, bool IsBigEndian) foldBitcastExtElt() argument
|
H A D | InstCombineCasts.cpp | 1885 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6690 Optional<bool> IsBigEndian = isBigEndian(ByteOffsets, FirstOffset); in MatchStoreCombine() local 14617 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); in getOffsetFromBase() local 18932 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); combineTruncationShuffle() local [all...] |
Completed in 51 milliseconds