/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 121 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() 122 : Fn(nullptr), TM(TM), IsBigEndian(IsBigEndian), WasDevirt(false) {} in VirtualCallTarget() 136 bool IsBigEndian; member 183 if (IsBigEndian) in setBeforeBytes() 192 if (IsBigEndian) in setAfterBytes()
|
/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 __anon429e751d0111::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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 42 bool IsBigEndian; member in __anona1f3d3750111::MipsDisassembler 45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument 48 IsBigEndian(IsBigEndian) {} in MipsDisassembler() 1161 bool IsBigEndian) { in readInstruction16() argument 1168 if (IsBigEndian) { in readInstruction16() 1181 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument 1196 if (IsBigEndian) { in readInstruction32() 1223 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction() 1250 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction() 1297 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 117 def IsBigEndian : Predicate<"!PPCSubTarget->isLittleEndian()">; 960 let Predicates = [IsBigEndian] in { 1078 let Predicates = [IsBigEndian, HasVSX, HasOnlySwappingMemOps] in { 1173 let Predicates = [IsBigEndian] in { 1182 } // IsBigEndian 1462 let Predicates = [IsBigEndian] in { 1866 let Predicates = [IsBigEndian, HasP8Vector] in { 1879 } // IsBigEndian, HasP8Vector 1882 let Predicates = [IsBigEndian, HasVSX] in 1886 let Predicates = [IsBigEndian, HasDirectMove] in { [all …]
|
/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-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 233 IsBigEndian(Fn->getParent()->getDataLayout().isBigEndian()), WasDevirt(false) {} in VirtualCallTarget()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4832 bool IsBigEndian) in ARMTargetInfo() argument 4835 BigEndian = IsBigEndian; in ARMTargetInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12912 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); in getOffsetFromBase() local 12923 if (IsBigEndian) in getOffsetFromBase() 16692 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineShuffleToVectorExtend() local 16695 if (!VT.isInteger() || IsBigEndian) in combineShuffleToVectorExtend() 16744 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineTruncationShuffle() local 16747 if (!VT.isInteger() || IsBigEndian) in combineTruncationShuffle()
|
D | SelectionDAG.cpp | 8514 bool IsBigEndian) const { in isConstantSplat() 8535 unsigned i = IsBigEndian ? NumOps - 1 - j : j; in isConstantSplat()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10377 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); in getOffsetFromBase() local 10388 if (IsBigEndian) in getOffsetFromBase()
|