Searched refs:FixedPos (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 199 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosOperand() argument 200 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosOperand() 203 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width); 2551 AArch64DAGToDAGISel::SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, in SelectCVTFixedPosOperand() argument 2590 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in SelectCVTFixedPosOperand()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 197 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosOperand() argument 198 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosOperand() 201 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width); 2347 AArch64DAGToDAGISel::SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, in SelectCVTFixedPosOperand() argument 2386 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in SelectCVTFixedPosOperand()
|