Searched refs:PredOp (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 215 unsigned DstSR, const MachineOperand &PredOp, bool PredSense, 226 const MachineOperand &PredOp, bool Cond, 625 unsigned DstR, unsigned DstSR, const MachineOperand &PredOp, in genCondTfrFor() argument 639 unsigned PredState = getRegState(PredOp) & ~RegState::Kill; in genCondTfrFor() 648 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor() 653 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor() 857 const MachineOperand &PredOp, bool Cond, in predicateAt() argument 886 MB.addReg(PredOp.getReg(), PredOp.isUndef() ? RegState::Undef : 0, in predicateAt() 887 PredOp.getSubReg()); in predicateAt()
|
D | HexagonGenMux.cpp | 245 MachineOperand &PredOp = MI->getOperand(1); in genMuxInBlock() local 246 if (PredOp.isUndef()) in genMuxInBlock() 249 Register PR = PredOp.getReg(); in genMuxInBlock()
|
D | HexagonISelLowering.cpp | 925 SDValue PredOp = Op.getOperand(0); in LowerVSELECT() local 937 DAG.getSelect(dl, WideTy, PredOp, in LowerVSELECT()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 251 unsigned DstSR, const MachineOperand &PredOp, bool PredSense, 263 const MachineOperand &PredOp, bool Cond, 613 unsigned DstR, unsigned DstSR, const MachineOperand &PredOp, in genCondTfrFor() argument 629 .addOperand(PredOp) in genCondTfrFor() 857 const MachineOperand &PredOp, bool Cond, in predicateAt() argument 886 MB.addReg(PredOp.getReg(), PredOp.isUndef() ? RegState::Undef : 0, in predicateAt() 887 PredOp.getSubReg()); in predicateAt()
|
D | HexagonISelLowering.cpp | 1303 SDValue PredOp = Op.getOperand(0); in LowerVSELECT() local 1311 SDValue SL = DAG.getNode(ISD::VSELECT, DL, MVT::v2i32, PredOp, X1, X2); in LowerVSELECT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 519 unsigned PredOp = ID == Intrinsic::masked_load ? 2 : 3; in TryConvert() local 520 auto *Predicate = dyn_cast<Instruction>(I->getArgOperand(PredOp)); in TryConvert()
|