Searched refs:SelectArithImmed (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift); 262 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel 319 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
|
D | AArch64InstrFormats.td | 865 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 71 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift); 253 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel 310 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
|
D | AArch64InstrFormats.td | 657 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDAGISel.inc | 16427 /* 31722*/ OPC_CheckComplexPat, /*CP*/32, /*#*/1, // SelectArithImmed:$imm #2 #3 16453 /* 31781*/ OPC_CheckComplexPat, /*CP*/36, /*#*/1, // SelectArithImmed:$imm #2 #3 22361 /* 43051*/ OPC_CheckComplexPat, /*CP*/32, /*#*/1, // SelectArithImmed:$imm #2 #3 22367 /* 43064*/ OPC_CheckComplexPat, /*CP*/32, /*#*/0, // SelectArithImmed:$imm #2 #3 22375 /* 43081*/ OPC_CheckComplexPat, /*CP*/36, /*#*/1, // SelectArithImmed:$imm #2 #3 22381 /* 43094*/ OPC_CheckComplexPat, /*CP*/36, /*#*/0, // SelectArithImmed:$imm #2 #3 27794 /* 53283*/ OPC_CheckComplexPat, /*CP*/32, /*#*/1, // SelectArithImmed:$imm #2 #3 27806 /* 53311*/ OPC_CheckComplexPat, /*CP*/32, /*#*/0, // SelectArithImmed:$imm #2 #3 27849 /* 53409*/ OPC_CheckComplexPat, /*CP*/36, /*#*/1, // SelectArithImmed:$imm #2 #3 27861 /* 53437*/ OPC_CheckComplexPat, /*CP*/36, /*#*/0, // SelectArithImmed:$imm #2 #3 [all …]
|