/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIAddIMGInit.cpp | 79 MachineOperand *TFE = TII->getNamedOperand(MI, AMDGPU::OpName::tfe); in runOnMachineFunction() local 83 if (!TFE && !LWE) // intersect_ray in runOnMachineFunction() 86 unsigned TFEVal = TFE->getImm(); in runOnMachineFunction()
|
D | MIMGInstructions.td | 245 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), 257 SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe), 270 SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe), 338 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), 350 … GLC:$glc, SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe), 364 SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe), 427 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da); 455 GLC:$glc, SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe); 471 SLC:$slc, R128A16:$r128, GFX10A16:$a16, TFE:$tfe, LWE:$lwe)); 529 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), [all …]
|
D | AMDGPUISelDAGToDAG.cpp | 219 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const; 222 SDValue &SLC, SDValue &TFE, SDValue &DLC, 236 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const; 1409 SDValue &TFE, SDValue &DLC, in SelectMUBUF() argument 1422 TFE = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectMUBUF() 1503 SDValue &SLC, SDValue &TFE, in SelectMUBUFAddr64() argument 1513 GLC, SLC, TFE, DLC, SWZ)) in SelectMUBUFAddr64() 1535 SDValue GLC, TFE, DLC, SWZ; in SelectMUBUFAddr64() local 1537 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE, DLC, SWZ); in SelectMUBUFAddr64() 1658 SDValue &TFE, SDValue &DLC, in SelectMUBUFOffset() argument [all …]
|
D | BUFInstructions.td | 145 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz), 147 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz) 152 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz), 155 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz) 419 !if(isLds, (ins DLC:$dlc, SWZ:$swz), (ins TFE:$tfe, DLC:$dlc,SWZ:$swz))
|
D | AMDGPUInstructionSelector.cpp | 1443 static bool parseTexFail(uint64_t TexFailCtrl, bool &TFE, bool &LWE, in parseTexFail() argument 1448 TFE = (TexFailCtrl & 0x1) ? 1 : 0; in parseTexFail() 1503 bool TFE; in selectImageIntrinsic() local 1507 TFE, LWE, IsTexFail)) in selectImageIntrinsic() 1709 MIB.addImm(TFE); // tfe in selectImageIntrinsic()
|
D | SIInstrInfo.td | 1110 def TFE : NamedOperandBit<"TFE", NamedMatchClass<"TFE">>;
|
D | SIInstrInfo.cpp | 3858 const MachineOperand *TFE = getNamedOperand(MI, AMDGPU::OpName::tfe); in verifyInstruction() local 3867 if ((LWE && LWE->getImm()) || (TFE && TFE->getImm())) in verifyInstruction() 5358 if (const MachineOperand *TFE = in legalizeOperands() local 5360 MIB.addImm(TFE->getImm()); in legalizeOperands()
|
D | SIISelLowering.cpp | 5932 static bool parseTexFail(SDValue TexFailCtrl, SelectionDAG &DAG, SDValue *TFE, in parseTexFail() argument 5942 *TFE = DAG.getTargetConstant((Value & 0x1) ? 1 : 0, DL, MVT::i32); in parseTexFail() 6191 SDValue TFE; in lowerImage() local 6195 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail)) in lowerImage() 6273 Ops.push_back(TFE); in lowerImage()
|
D | FLATInstructions.td | 128 let Inst{55} = nv; // nv on GFX9+, TFE before.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAddIMGInit.cpp | 79 MachineOperand *TFE = TII->getNamedOperand(MI, AMDGPU::OpName::tfe); in runOnMachineFunction() local 85 assert( (TFE && LWE) && "Expected tfe and lwe operands in instruction"); in runOnMachineFunction() 87 unsigned TFEVal = TFE->getImm(); in runOnMachineFunction()
|
D | MIMGInstructions.td | 229 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), 241 SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe), 254 SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe), 322 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), 334 GLC:$glc, SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe), 348 SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe), 411 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da); 439 GLC:$glc, SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe); 455 SLC:$slc, R128A16:$r128, TFE:$tfe, LWE:$lwe)); 513 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), [all …]
|
D | AMDGPUISelDAGToDAG.cpp | 211 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const; 214 SDValue &SLC, SDValue &TFE, SDValue &DLC, 228 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const; 1343 SDValue &TFE, SDValue &DLC, in SelectMUBUF() argument 1355 TFE = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectMUBUF() 1436 SDValue &SLC, SDValue &TFE, in SelectMUBUFAddr64() argument 1445 GLC, SLC, TFE, DLC, SWZ)) in SelectMUBUFAddr64() 1467 SDValue GLC, TFE, DLC, SWZ; in SelectMUBUFAddr64() local 1469 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE, DLC, SWZ); in SelectMUBUFAddr64() 1594 SDValue &TFE, SDValue &DLC, in SelectMUBUFOffset() argument [all …]
|
D | BUFInstructions.td | 144 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz), 146 offset:$offset, FORMAT:$format, GLC:$glc, SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz) 151 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz), 154 SLC:$slc, TFE:$tfe, DLC:$dlc, SWZ:$swz) 415 !if(isLds, (ins DLC:$dlc, SWZ:$swz), (ins TFE:$tfe, DLC:$dlc,SWZ:$swz))
|
D | SIInstrInfo.cpp | 3408 const MachineOperand *TFE = getNamedOperand(MI, AMDGPU::OpName::tfe); in verifyInstruction() local 3417 if ((LWE && LWE->getImm()) || (TFE && TFE->getImm())) in verifyInstruction() 4786 if (const MachineOperand *TFE = in legalizeOperands() local 4788 MIB.addImm(TFE->getImm()); in legalizeOperands()
|
D | SIInstrInfo.td | 1065 def TFE : NamedOperandBit<"TFE", NamedMatchClass<"TFE">>;
|
D | FLATInstructions.td | 124 let Inst{55} = nv; // nv on GFX9+, TFE before.
|
D | SIISelLowering.cpp | 5316 static bool parseTexFail(SDValue TexFailCtrl, SelectionDAG &DAG, SDValue *TFE, in parseTexFail() argument 5326 *TFE = DAG.getTargetConstant((Value & 0x1) ? 1 : 0, DL, MVT::i32); in parseTexFail() 5528 SDValue TFE; in lowerImage() local 5532 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail)) in lowerImage() 5608 Ops.push_back(TFE); // tfe in lowerImage()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 95 SDValue &TFE) const; 98 SDValue &SLC, SDValue &TFE) const; 106 SDValue &TFE) const; 120 SDValue &SLC, SDValue &TFE) const; 797 SDValue &TFE) const { in SelectMUBUF() 808 TFE = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectMUBUF() 871 SDValue &SLC, SDValue &TFE) const { in SelectMUBUFAddr64() 879 GLC, SLC, TFE)) in SelectMUBUFAddr64() 901 SDValue GLC, TFE; in SelectMUBUFAddr64() local 903 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE); in SelectMUBUFAddr64() [all …]
|
D | SIInstrInfo.cpp | 2453 if (const MachineOperand *TFE = in legalizeOperands() local 2455 MIB.addImm(TFE->getImm()); in legalizeOperands()
|
D | SIInstrInfo.td | 555 def tfe : NamedOperandBit<"TFE", NamedMatchClass<"TFE">>;
|
/external/llvm-project/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | amdgcn-demanded-vector-elts.ll | 2650 ; Check that the intrinsic remains unchanged in the presence of TFE or LWE 2661 ; Check that the intrinsic remains unchanged in the presence of TFE or LWE 3800 ; TFE / LWE
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 22217 ,"US","TFE","Pittsfield","Pittsfield","IL","-23--6--","RL","0607",,"3936N 09048W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 41128 ,"FR","TFE","Saint-Florent-le-Jeune","Saint-Florent-le-Jeune","45","--3-----","RL","1101",,"4741N 0…
|