Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp53 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP() function
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp3331 TEST_F(AArch64GISelMITest, LowerBSWAP) { in TEST_F() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11205 SDValue PPCTargetLowering::LowerBSWAP(SDValue Op, SelectionDAG &DAG) const { LowerBSWAP() function in PPCTargetLowering