/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FileWriter.cpp | 38 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU16() local 43 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU32() local 48 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU64() local 53 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in fixup32() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | PseudoProbeRewriter.cpp | 250 uint64_t Swapped = support::endian::byte_swap( encodePseudoProbes() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 84 std::string Swapped; // A temporary place holder for a Recursive encoding member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindSymbols.cpp | 536 bool Swapped = false; mergePragmas() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 976 uint64_t Swapped = combine() local 1003 uint64_t Swapped = finalize() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1160 const bool Swapped = Off.isNegative(); aliasGEP() local 1687 const bool Swapped = V1 > V2; aliasCheck() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 431 ICmpInst::isRelational(*P) && Swapped); in foldSelectOpOp() local 328 __anon429b8e860102(Instruction *TI, Instruction *FI, bool Commute, bool Swapped = false) foldSelectOpOp() argument 516 __anon429b8e860202(SelectInst &SI, Value *TrueVal, Value *FalseVal, bool Swapped) foldSelectIntoOp() argument 1290 bool Swapped = false; foldSelectValueEquivalence() local [all...] |
H A D | InstCombineAddSub.cpp | 2002 bool Swapped = false; OptimizePointerDifference() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 420 return Swapped; in swapHalfWords() local
|
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 1050 inlineCompare(Value * LHS,StringRef RHS,uint64_t N,bool Swapped) inlineCompare() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 138 uint64_t Swapped = support::endian::byte_swap( in emitIntValue() local 151 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1495 bool Swapped = false; canonicalizeExitCondition() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 313 uint32_t Swapped = (static_cast<uint32_t>(Lo) << 16) | Hi; tryFoldImmWithOpSel() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1440 shuffles::MaskT Swapped(SMH.Mask); packs() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15803 tryFoldSelectIntoOp(SDNode * N,SelectionDAG & DAG,SDValue TrueVal,SDValue FalseVal,bool Swapped) tryFoldSelectIntoOp() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 18428 bool Swapped = false; CombineToPreIndexedLoadStore() local [all...] |