Home
last modified time | relevance | path

Searched refs:IsBigEndian (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h120 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget()
121 : Fn(nullptr), TM(TM), IsBigEndian(IsBigEndian) {} in VirtualCallTarget()
135 bool IsBigEndian; member
179 if (IsBigEndian) in setBeforeBytes()
188 if (IsBigEndian) in setAfterBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget()
124 : Fn(nullptr), TM(TM), IsBigEndian(IsBigEndian), WasDevirt(false) {} in VirtualCallTarget()
138 bool IsBigEndian; member
185 if (IsBigEndian) in setBeforeBytes()
194 if (IsBigEndian) in setAfterBytes()
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget()
124 : Fn(nullptr), TM(TM), IsBigEndian(IsBigEndian), WasDevirt(false) {} in VirtualCallTarget()
138 bool IsBigEndian; member
185 if (IsBigEndian) in setBeforeBytes()
194 if (IsBigEndian) in setAfterBytes()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp471 bool IsBigEndian = (byte_order == lldb::eByteOrderBig); in ReadCP1() local
476 src = (uint8_t *)&m_msa + (IsBigEndian * 8); in ReadCP1()
499 bool IsBigEndian = (byte_order == lldb::eByteOrderBig); in ReturnFPOffset() local
501 uint8_t offset_diff = (IsBigEndian) ? 8 : 4; in ReturnFPOffset()
506 (uint8_t *)&m_fpr + byte_offset + 4 * (IsBigEndian) - sizeof(m_gpr); in ReturnFPOffset()
519 bool IsBigEndian = (byte_order == lldb::eByteOrderBig); in WriteCP1() local
522 dst = (uint8_t *)&m_msa + (IsBigEndian * 8); in WriteCP1()
/external/clang/lib/Driver/
DToolChain.cpp454 bool IsBigEndian = getTriple().getArch() == llvm::Triple::armeb || in ComputeLLVMTriple() local
461 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in ComputeLLVMTriple()
485 if (IsBigEndian) in ComputeLLVMTriple()
493 if (IsBigEndian) in ComputeLLVMTriple()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp35 bool IsBigEndian; member in __anon528cdaf40111::MipsDisassembler
37 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument
40 IsBigEndian(IsBigEndian) {} in MipsDisassembler()
910 bool IsBigEndian) { in readInstruction16() argument
917 if (IsBigEndian) { in readInstruction16()
930 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument
945 if (IsBigEndian) { in readInstruction32()
971 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
997 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
1037 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp42 bool IsBigEndian; member in __anona71462c20111::MipsDisassembler
45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument
48 IsBigEndian(IsBigEndian) {} in MipsDisassembler()
1167 bool IsBigEndian) { in readInstruction16() argument
1174 if (IsBigEndian) { in readInstruction16()
1187 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument
1202 if (IsBigEndian) { in readInstruction32()
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
1255 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
1302 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp42 bool IsBigEndian; member in __anon03f122560111::MipsDisassembler
45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument
48 IsBigEndian(IsBigEndian) {} in MipsDisassembler()
1167 bool IsBigEndian) { in readInstruction16() argument
1174 if (IsBigEndian) { in readInstruction16()
1187 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument
1202 if (IsBigEndian) { in readInstruction32()
1228 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
1255 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
1302 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp729 bool IsBigEndian = getTriple().getArch() == llvm::Triple::armeb || in ComputeLLVMTriple() local
736 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in ComputeLLVMTriple()
760 if (IsBigEndian) in ComputeLLVMTriple()
801 if (IsBigEndian) in ComputeLLVMTriple()
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp223 bool IsBigEndian = false; in isArmBigEndian() local
227 IsBigEndian = true; in isArmBigEndian()
233 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in isArmBigEndian()
238 return IsBigEndian; in isArmBigEndian()
435 bool IsBigEndian = isArmBigEndian(Triple, Args); in ConstructJob() local
436 if (IsBigEndian) in ConstructJob()
438 IsBigEndian = IsBigEndian || Arch == llvm::Triple::aarch64_be; in ConstructJob()
439 CmdArgs.push_back(IsBigEndian ? "-EB" : "-EL"); in ConstructJob()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp118 #if IsBigEndian
DConvertVertex.comp39 // * IsBigEndian
190 #if IsBigEndian
DOverlayDraw.comp109 #if IsBigEndian
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td149 def IsBigEndian : Predicate<"!PPCSubTarget->isLittleEndian()">;
993 let Predicates = [IsBigEndian] in {
1120 let Predicates = [IsBigEndian, HasVSX, HasOnlySwappingMemOps] in {
1244 let Predicates = [IsBigEndian] in {
1253 } // IsBigEndian
1599 let Predicates = [IsBigEndian] in {
2044 let Predicates = [IsBigEndian, HasP8Vector] in {
2057 } // IsBigEndian, HasP8Vector
2060 let Predicates = [IsBigEndian, HasVSX] in
2064 let Predicates = [IsBigEndian, HasDirectMove] in {
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td147 def IsBigEndian : Predicate<"!Subtarget->isLittleEndian()">;
2411 // [HasVSX, IsBigEndian]
2415 // [HasVSX, HasOnlySwappingMemOps, IsBigEndian]
2417 // [HasVSX, HasP8Vector, IsBigEndian]
2419 // [HasVSX, HasP8Vector, NoP9Vector, IsBigEndian]
2422 // [HasVSX, HasDirectMove, IsBigEndian]
2424 // [HasVSX, HasDirectMove, NoP9Altivec, IsBigEndian]
2426 // [HasVSX, HasDirectMove, NoP9Vector, IsBigEndian]
2429 // [HasVSX, HasP9Vector, IsBigEndian]
2432 // [HasVSX, HasP9Altivec, IsBigEndian]
[all …]
/external/mesa3d/src/imgui/
Dimgui_memory_editor.h557 bool IsBigEndian() const in IsBigEndian() function
601 fp = IsBigEndian() ? EndianessCopyBigEndian : EndianessCopyLittleEndian; in EndianessCopy()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp175 bool IsBigEndian) { in foldBitcastExtElt() argument
228 if (IsBigEndian) in foldBitcastExtElt()
2011 bool IsBigEndian) { in foldTruncShuffle() argument
2039 uint64_t LSBIndex = IsBigEndian ? (i + 1) * TruncRatio - 1 : i * TruncRatio; in foldTruncShuffle()
DInstCombineCasts.cpp2041 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local
2068 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
2083 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td94 def IsBigEndian : Predicate<"!PPCSubTarget->isLittleEndian()">;
845 let Predicates = [IsBigEndian] in {
1587 let Predicates = [IsBigEndian, HasP8Vector] in {
1600 } // IsBigEndian, HasP8Vector
1603 let Predicates = [IsBigEndian, HasVSX] in
1607 let Predicates = [IsBigEndian, HasDirectMove] in {
1691 } // IsBigEndian, HasDirectMove
2216 let Predicates = [IsBigEndian, HasP9Vector] in {
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp169 IsBigEndian(Fn->getParent()->getDataLayout().isBigEndian()) {} in VirtualCallTarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1885 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local
1912 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
1927 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
DInstCombineVectorOps.cpp164 bool IsBigEndian) { in foldBitcastExtElt() argument
212 if (IsBigEndian) in foldBitcastExtElt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6690 Optional<bool> IsBigEndian = isBigEndian(ByteOffsets, FirstOffset); in MatchStoreCombine() local
6691 if (!IsBigEndian.hasValue()) in MatchStoreCombine()
6698 bool NeedsBswap = DAG.getDataLayout().isBigEndian() != *IsBigEndian; in MatchStoreCombine()
6866 Optional<bool> IsBigEndian = isBigEndian( in MatchLoadCombine() local
6868 if (!IsBigEndian.hasValue()) in MatchLoadCombine()
6884 bool NeedsBswap = IsBigEndianTarget != *IsBigEndian; in MatchLoadCombine()
14617 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); in getOffsetFromBase() local
14628 if (IsBigEndian) in getOffsetFromBase()
18877 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineShuffleToVectorExtend() local
18880 if (!VT.isInteger() || IsBigEndian) in combineShuffleToVectorExtend()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp250 IsBigEndian(Fn->getParent()->getDataLayout().isBigEndian()), WasDevirt(false) {} in VirtualCallTarget()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2829 bool IsBigEndian = CurDAG->getDataLayout().isBigEndian(); in SelectCDE_CXxD() local
2845 if (IsBigEndian) in SelectCDE_CXxD()
2876 if (IsBigEndian) in SelectCDE_CXxD()

12