Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A 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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1287 SDValue LowerBSWAP(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp10705 SDValue PPCTargetLowering::LowerBSWAP(SDValue Op, SelectionDAG &DAG) const { in LowerBSWAP() function in PPCTargetLowering
11217 return LowerBSWAP(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp3273 TEST_F(AArch64GISelMITest, LowerBSWAP) { in TEST_F() argument