HomeSort by relevance Sort by last modified time
    Searched refs:BSwap (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
HeaderMap.h 68 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap)
69 : HeaderMapImpl(std::move(File), BSwap) {}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 93 /// \brief Transform BITWISE_OP(BSWAP(A),BSWAP(B)) to BSWAP(BITWISE_OP(A, B))
115 bool IsBswapLHS = (IntrLHS && IntrLHS->getIntrinsicID() == Intrinsic::bswap);
116 bool IsBswapRHS = (IntrRHS && IntrRHS->getIntrinsicID() == Intrinsic::bswap);
127 /// OP( BSWAP(x), BSWAP(y) ) -> BSWAP( OP(x, y) )
128 /// OP( BSWAP(x), CONSTANT ) -> BSWAP( OP(x, BSWAP(CONSTANT) )
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 78 /// Transform BITWISE_OP(BSWAP(A),BSWAP(B)) or
79 /// BITWISE_OP(BSWAP(A), Constant) to BSWAP(BITWISE_OP(A, B))
85 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bswap simplifying");
98 // OP( BSWAP(x), BSWAP(y) ) -> BSWAP( OP(x, y) )
103 // OP( BSWAP(x), CONSTANT ) -> BSWAP( OP(x, BSWAP(CONSTANT) )
    [all...]

Completed in 183 milliseconds