Home
last modified time | relevance | path

Searched defs:Swapped (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp38 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 DPseudoProbeRewriter.cpp250 uint64_t Swapped = support::endian::byte_swap( encodePseudoProbes() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp84 std::string Swapped; // A temporary place holder for a Recursive encoding member
/llvm-project/clang-tools-extra/clangd/
H A DFindSymbols.cpp536 bool Swapped = false; mergePragmas() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp976 uint64_t Swapped = combine() local
1003 uint64_t Swapped = finalize() local
/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1160 const bool Swapped = Off.isNegative(); aliasGEP() local
1687 const bool Swapped = V1 > V2; aliasCheck() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp431 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 DInstCombineAddSub.cpp2002 bool Swapped = false; OptimizePointerDifference() local
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp420 return Swapped; in swapHalfWords() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1050 inlineCompare(Value * LHS,StringRef RHS,uint64_t N,bool Swapped) inlineCompare() argument
/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp138 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 DIndVarSimplify.cpp1495 bool Swapped = false; canonicalizeExitCondition() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp313 uint32_t Swapped = (static_cast<uint32_t>(Lo) << 16) | Hi; tryFoldImmWithOpSel() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1440 shuffles::MaskT Swapped(SMH.Mask); packs() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15803 tryFoldSelectIntoOp(SDNode * N,SelectionDAG & DAG,SDValue TrueVal,SDValue FalseVal,bool Swapped) tryFoldSelectIntoOp() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18428 bool Swapped = false; CombineToPreIndexedLoadStore() local
[all...]