Home
last modified time | relevance | path

Searched refs:TFE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td154 bits<1> TFE;
166 let Inst{16} = TFE;
196 bits<1> TFE;
212 let Inst{55} = TFE;
234 bits<1> TFE;
249 let Inst{55} = TFE;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp101 SDValue &TFE) const;
104 SDValue &SLC, SDValue &TFE) const;
112 SDValue &TFE) const;
928 SDValue &TFE) const { in SelectMUBUF()
933 TFE = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectMUBUF()
992 SDValue &SLC, SDValue &TFE) const { in SelectMUBUFAddr64()
1000 GLC, SLC, TFE); in SelectMUBUFAddr64()
1021 SDValue GLC, TFE; in SelectMUBUFAddr64() local
1023 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE); in SelectMUBUFAddr64()
1061 SDValue &TFE) const { in SelectMUBUFOffset()
[all …]
DSIInstrInfo.cpp2191 if (const MachineOperand *TFE in legalizeOperands() local
2193 MIB.addImm(TFE->getImm()); in legalizeOperands()
DSIInstrInfo.td440 let Name = "TFE"#parser;