Home
last modified time | relevance | path

Searched refs:SelectAddrFI (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
DRISCVGenDAGISel.inc674 /* 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/
DRISCVISelDAGToDAG.cpp52 bool SelectAddrFI(SDValue Addr, SDValue &Base);
191 bool RISCVDAGToDAGISel::SelectAddrFI(SDValue Addr, SDValue &Base) { in SelectAddrFI() function in RISCVDAGToDAGISel
DRISCVInstrInfo.td270 def AddrFI : ComplexPattern<iPTR, 1, "SelectAddrFI", [frameindex], []>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h66 bool SelectAddrFI(SDValue &N, SDValue &R);
DHexagonISelDAGToDAG.cpp922 if (SelectAddrFI(Inp, Res)) in SelectInlineAsmMemoryOperand()
1290 bool HexagonDAGToDAGISel::SelectAddrFI(SDValue &N, SDValue &R) { in SelectAddrFI() function in HexagonDAGToDAGISel
DHexagonPatterns.td62 def AddrFI: ComplexPattern<i32, 1, "SelectAddrFI", [frameindex], []>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp73 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
DHexagonOperands.td564 def AddrFI : ComplexPattern<i32, 1, "SelectAddrFI", [frameindex], []>;