Searched refs:SelectAddrFI (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/ |
D | RISCVGenDAGISel.inc | 674 /* 1181*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 682 /* 1196*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 695 /* 1220*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 703 /* 1235*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 716 /* 1259*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 724 /* 1274*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 737 /* 1298*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 745 /* 1313*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 757 /* 1335*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 766 /* 1352*/ OPC_CheckComplexPat, /*CP*/0, /*#*/1, // SelectAddrFI:$rs1 #3 [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelDAGToDAG.cpp | 52 bool SelectAddrFI(SDValue Addr, SDValue &Base); 191 bool RISCVDAGToDAGISel::SelectAddrFI(SDValue Addr, SDValue &Base) { in SelectAddrFI() function in RISCVDAGToDAGISel
|
D | RISCVInstrInfo.td | 270 def AddrFI : ComplexPattern<iPTR, 1, "SelectAddrFI", [frameindex], []>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.h | 66 bool SelectAddrFI(SDValue &N, SDValue &R);
|
D | HexagonISelDAGToDAG.cpp | 922 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand() 1290 bool HexagonDAGToDAGISel::SelectAddrFI(SDValue &N, SDValue &R) { in SelectAddrFI() function in HexagonDAGToDAGISel
|
D | HexagonPatterns.td | 62 def AddrFI: ComplexPattern<i32, 1, "SelectAddrFI", [frameindex], []>;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 73 bool SelectAddrFI(SDValue &N, SDValue &R); 1264 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand() 1393 bool HexagonDAGToDAGISel::SelectAddrFI(SDValue& N, SDValue &R) { in SelectAddrFI() function in HexagonDAGToDAGISel
|
D | HexagonOperands.td | 564 def AddrFI : ComplexPattern<i32, 1, "SelectAddrFI", [frameindex], []>;
|