Searched refs:LowerCTPOP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 148 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP() function 199 return LowerCTPOP(Context, V, IP); in LowerCTLZ() 252 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI)); in LowerIntrinsicCall() 270 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI); in LowerIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6574 static SDValue LowerCTPOP(SDNode *N, SelectionDAG &DAG, in LowerCTPOP() function 10612 case ISD::CTPOP: return LowerCTPOP(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 31363 static SDValue LowerCTPOP(SDValue N, const X86Subtarget &Subtarget, in LowerCTPOP() function 32357 case ISD::CTPOP: return LowerCTPOP(Op, Subtarget, DAG); in LowerOperation()
|