Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp39 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU16() local
44 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU32() local
49 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU64() local
54 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in fixup32() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp749 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() local
775 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize() local
H A DTargetInfo.cpp9836 std::string Swapped; // A temporary place holder for a Recursive encoding member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1102 const bool Swapped = Off.isNegative(); in aliasGEP() local
1544 const bool Swapped = V1 > V2; in aliasCheck() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp404 uint32_t Swapped = (Value & 0xFFFF0000) >> 16; in swapHalfWords() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp136 uint64_t Swapped = support::endian::byte_swap( in emitIntValue() local
149 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp999 bool Swapped = false; in emitPreheaderBranchOnCondition() local
H A DLoopRerollPass.cpp1369 bool Swapped = false, SomeOpMatched = false; in validate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1639 bool Swapped = false; in OptimizePointerDifference() local
H A DInstCombineSelect.cpp1131 bool Swapped = false; in foldSelectValueEquivalence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15110 bool Swapped = false; in CombineToPreIndexedLoadStore() local