Home
last modified time | relevance | path

Searched defs:isBigEndian (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h246 bool isBigEndian() const { return BigEndian; } in isBigEndian() function
H A DDebugInfoMetadata.h781 bool isBigEndian() const { return getFlags() & FlagBigEndian; } in isBigEndian() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp513 bool isBigEndian) { in writeResolverCode()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1545 bool isBigEndian() const { return BigEndian; } in isBigEndian() function
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp1650 bool isBigEndian = false; in findCSKYMultilibs() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2226 Type *VecEltTy, bool isBigEndian) { in collectInsertionElements()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10317 bool isBigEndian = DAG.getDataLayout().isBigEndian(); in createGPRPairNode() local
10345 bool isBigEndian = DAG.getDataLayout().isBigEndian(); in ReplaceCMP_SWAP_64Results() local
16709 bool isBigEndian = DAG.getDataLayout().isBigEndian(); in PerformSTORECombine() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp1765 bool isBigEndian = SemaRef.Context.getTargetInfo().isBigEndian(); in CheckVectorType() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp112 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in isBigEndian() function
H A DLegalizerHelper.cpp4081 bool isBigEndian = MIRBuilder.getDataLayout().isBigEndian(); in reduceLoadStoreWidth() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8124 static std::optional<bool> isBigEndian(const ArrayRef<int64_t> ByteOffsets, in isBigEndian() function