Searched refs:LowerCTPOP (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp260 /// LowerCTPOP - Emit the code to lower ctpop of V before the specified
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { function
314 return LowerCTPOP(Context, V, IP);
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIntrinsicLowering.cpp260 /// LowerCTPOP - Emit the code to lower ctpop of V before the specified
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { function
314 return LowerCTPOP(Context, V, IP);
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h165 SDValue LowerCTPOP(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1241 SDValue HexagonTargetLowering::LowerCTPOP(SDValue Op, SelectionDAG &DAG) const { function in class:HexagonTargetLowering
2797 case ISD::CTPOP: return LowerCTPOP(Op, DAG);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h508 SDValue LowerCTPOP(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp2385 return LowerCTPOP(Op, DAG);
3818 SDValue AArch64TargetLowering::LowerCTPOP(SDValue Op, SelectionDAG &DAG) const { function in class:AArch64TargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2350 static SDValue LowerCTPOP(SDValue Op, SelectionDAG &DAG) { function
2851 return LowerCTPOP(Op, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4782 static SDValue LowerCTPOP(SDNode *N, SelectionDAG &DAG, function
7187 case ISD::CTPOP: return LowerCTPOP(Op.getNode(), DAG, Subtarget);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21058 static SDValue LowerCTPOP(SDValue Op, const X86Subtarget &Subtarget, function
21666 case ISD::CTPOP: return LowerCTPOP(Op, Subtarget, DAG);
[all...]

Completed in 252 milliseconds