/external/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 120 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/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 123 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 123 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/ |
D | NativeRegisterContextLinux_mips64.cpp | 471 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/ |
D | ToolChain.cpp | 454 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/ |
D | MipsDisassembler.cpp | 35 bool IsBigEndian; member in __anon90b746fb0111::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/ |
D | MipsDisassembler.cpp | 42 bool IsBigEndian; member in __anond08fe2290111::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/ |
D | MipsDisassembler.cpp | 42 bool IsBigEndian; member in __anon44a4081d0111::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/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolveStencilNoExport.comp | 118 #if IsBigEndian
|
D | ConvertVertex.comp | 39 // * IsBigEndian 190 #if IsBigEndian
|
D | OverlayDraw.comp | 109 #if IsBigEndian
|
/external/llvm-project/clang/lib/Driver/ |
D | ToolChain.cpp | 729 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/ |
D | Gnu.cpp | 223 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 149 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/ |
D | PPCInstrVSX.td | 147 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/ |
D | imgui_memory_editor.h | 557 bool IsBigEndian() const in IsBigEndian() function 601 fp = IsBigEndian() ? EndianessCopyBigEndian : EndianessCopyLittleEndian; in EndianessCopy()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 175 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()
|
D | InstCombineCasts.cpp | 2041 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local 2068 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts() 2083 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 94 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/ |
D | WholeProgramDevirt.cpp | 169 IsBigEndian(Fn->getParent()->getDataLayout().isBigEndian()) {} in VirtualCallTarget()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1885 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local 1912 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts() 1927 if (IsBigEndian) in optimizeVectorResizeWithIntegerBitCasts()
|
D | InstCombineVectorOps.cpp | 164 bool IsBigEndian) { in foldBitcastExtElt() argument 212 if (IsBigEndian) in foldBitcastExtElt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6690 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/ |
D | WholeProgramDevirt.cpp | 250 IsBigEndian(Fn->getParent()->getDataLayout().isBigEndian()), WasDevirt(false) {} in VirtualCallTarget()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2829 bool IsBigEndian = CurDAG->getDataLayout().isBigEndian(); in SelectCDE_CXxD() local 2845 if (IsBigEndian) in SelectCDE_CXxD() 2876 if (IsBigEndian) in SelectCDE_CXxD()
|