Home
last modified time | relevance | path

Searched defs:IsBigEndian (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h139 bool IsBigEndian; member
/openbsd/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp42 bool IsBigEndian; member in __anon1a178b7f0111::MipsDisassembler
45 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler()
1109 bool IsBigEndian) { in readInstruction16()
1129 bool IsBigEndian, bool IsMicroMips) { in readInstruction32()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp191 bool IsBigEndian = DL.isBigEndian(); in foldBitcastExtElt() local
1521 bool IsBigEndian, in foldTruncInsEltPair()
2338 bool IsBigEndian) { in foldTruncShuffle()
H A DInstCombineCasts.cpp2158 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() local
/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp664 bool IsBigEndian = DL.isBigEndian(); in foldLoadsRecursive() local
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp201 bool IsBigEndian = Triple.getArch() == llvm::Triple::armeb || in setArchNameInTriple() local
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp227 bool IsBigEndian = false; in isArmBigEndian() local
448 bool IsBigEndian = isArmBigEndian(Triple, Args); in ConstructJob() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8509 std::optional<bool> IsBigEndian = isBigEndian( in MatchLoadCombine() local
17758 bool IsBigEndian = DAG->getDataLayout().isBigEndian(); in getOffsetFromBase() local
23244 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in canCombineShuffleToExtendVectorInreg() local
23283 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineShuffleToAnyExtendVectorInreg() local
23327 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineShuffleToZeroExtendVectorInReg() local
23445 bool IsBigEndian = DAG.getDataLayout().isBigEndian(); in combineTruncationShuffle() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2891 bool IsBigEndian = CurDAG->getDataLayout().isBigEndian(); in SelectCDE_CXxD() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3560 std::optional<bool> IsBigEndian = isBigEndian(MemOffset2Idx, LowestIdx); in matchLoadOrCombine() local