Home
last modified time | relevance | path

Searched refs:LowerBSWAP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DIntrinsicLowering.cpp53 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP() function
251 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI)); in LowerIntrinsicCall()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1300 SDValue LowerBSWAP(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp10852 SDValue PPCTargetLowering::LowerBSWAP(SDValue Op, SelectionDAG &DAG) const { in LowerBSWAP() function in PPCTargetLowering
11381 return LowerBSWAP(Op, DAG); in LowerOperation()