Searched defs:BSwap (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderMap.h39 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap) argument
40 : FileBuffer(File), NeedsBSwap(BSwap) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2989 SDValue BSwap = DAG.getNode(ISD::BSWAP, N->getDebugLoc(), VT,
2996 return DAG.getNode(ISD::ROTL, N->getDebugLoc(), VT, BSwap, ShAmt);
2998 return DAG.getNode(ISD::ROTR, N->getDebugLoc(), VT, BSwap, ShAmt);
3000 DAG.getNode(ISD::SHL, N->getDebugLoc(), VT, BSwap, ShAmt),
3001 DAG.getNode(ISD::SRL, N->getDebugLoc(), VT, BSwap, ShAmt));
3041 SDValue BSwap = MatchBSwapHWord(N, N0, N1);
3042 if (BSwap.getNode() != 0)
3043 return BSwap;
3044 BSwap = MatchBSwapHWordLow(N, N0, N1);
3045 if (BSwap
5216 SDValue BSwap = MatchBSwapHWordLow(N0.getNode(), N0.getOperand(0), local
[all...]

Completed in 148 milliseconds