/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 139 bool IsBigEndian; member
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 482 bool IsBigEndian = arm::isARMBigEndian(Triple, Args); ConstructJob() local
|
H A D | Gnu.cpp | 399 bool IsBigEndian = arm::isARMBigEndian(Triple, Args); ConstructJob() local
|
/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 42 bool IsBigEndian; global() member in __anonb3af57650111::MipsDisassembler 45 MipsDisassembler(const MCSubtargetInfo & STI,MCContext & Ctx,bool IsBigEndian) MipsDisassembler() argument 1109 readInstruction16(ArrayRef<uint8_t> Bytes,uint64_t Address,uint64_t & Size,uint32_t & Insn,bool IsBigEndian) readInstruction16() argument 1129 readInstruction32(ArrayRef<uint8_t> Bytes,uint64_t Address,uint64_t & Size,uint32_t & Insn,bool IsBigEndian,bool IsMicroMips) readInstruction32() argument [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 194 bool IsBigEndian = DL.isBigEndian(); in foldBitcastExtElt() local 1544 foldTruncInsEltPair(InsertElementInst & InsElt,bool IsBigEndian,InstCombiner::BuilderTy & Builder) foldTruncInsEltPair() argument 2387 foldTruncShuffle(ShuffleVectorInst & Shuf,bool IsBigEndian) foldTruncShuffle() argument
|
H A D | InstCombineCasts.cpp | 2132 bool IsBigEndian = IC.getDataLayout().isBigEndian(); optimizeVectorResizeWithIntegerBitCasts() local
|
/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.cpp | 238 bool IsBigEndian = Triple.getArch() == llvm::Triple::armeb || setArchNameInTriple() local
|
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 667 bool IsBigEndian = DL.isBigEndian(); foldLoadsRecursive() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7122 const bool IsBigEndian = false; visitAND() local 9238 std::optional<bool> IsBigEndian = isBigEndian( MatchLoadCombine() local 19336 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); getOffsetFromBase() local 25130 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); canCombineShuffleToExtendVectorInreg() local 25169 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); combineShuffleToAnyExtendVectorInreg() local 25213 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); combineShuffleToZeroExtendVectorInReg() local 25331 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); combineTruncationShuffle() local [all...] |
H A D | SelectionDAG.cpp | 170 const bool IsBigEndian = false; isConstantSplatVector() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2892 bool IsBigEndian = CurDAG->getDataLayout().isBigEndian(); SelectCDE_CXxD() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3966 std::optional<bool> IsBigEndian = isBigEndian(MemOffset2Idx, LowestIdx); matchLoadOrCombine() local
|