Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h810 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp7545 SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const { in LowerShiftParts() function in X86TargetLowering
10409 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13283 static SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) { in LowerShiftParts() function
21690 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()