/llvm-project/flang/include/flang/Evaluate/ |
H A D | target.h | 47 bool isBigEndian() const { return isBigEndian_; } isBigEndian() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 239 bool isBigEndian() const { return BigEndian; } isBigEndian() function
|
H A D | DebugInfoMetadata.h | 793 bool isBigEndian() const { return getFlags() & FlagBigEndian; } isBigEndian() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcABISupport.cpp | 517 writeResolverCode(char * ResolverWorkingMem,ExecutorAddr ResolverTargetAddress,ExecutorAddr ReentryFnAddr,ExecutorAddr ReentryCtxAddr,bool isBigEndian) writeResolverCode() argument
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMMemorySlot.cpp | 176 static bool isBigEndian(const DataLayout &dataLayout) { in isBigEndian() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1645 bool isBigEndian() const { return BigEndian; } isBigEndian() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx14.cpp | 114 constexpr int maybe_htonl(bool isBigEndian, int x) { in maybe_htonl() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2200 collectInsertionElements(Value * V,unsigned Shift,SmallVectorImpl<Value * > & Elements,Type * VecEltTy,bool isBigEndian) collectInsertionElements() argument [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Gnu.cpp | 1693 bool isBigEndian = false; findCSKYMultilibs() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1891 bool isBigEndian = SemaRef.Context.getTargetInfo().isBigEndian(); CheckVectorType() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10488 bool isBigEndian = DAG.getDataLayout().isBigEndian(); createGPRPairNode() local 10516 bool isBigEndian = DAG.getDataLayout().isBigEndian(); ReplaceCMP_SWAP_64Results() local 16854 bool isBigEndian = DAG.getDataLayout().isBigEndian(); PerformSTORECombine() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 117 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, isBigEndian() function
|
H A D | LegalizerHelper.cpp | 4584 bool isBigEndian = MIRBuilder.getDataLayout().isBigEndian(); reduceLoadStoreWidth() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8842 static std::optional<bool> isBigEndian(const ArrayRef<int64_t> ByteOffsets, isBigEndian() function [all...] |