Home
last modified time | relevance | path

Searched refs:HasTrue16BitInsts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h53 bool HasTrue16BitInsts = false; variable
196 bool hasTrue16BitInsts() const { return HasTrue16BitInsts; } in hasTrue16BitInsts()
H A DFLATInstructions.td265 let OtherPredicates = [HasTrue16BitInsts] in
282 let OtherPredicates = [HasTrue16BitInsts],
333 let OtherPredicates = [HasTrue16BitInsts],
521 let OtherPredicates = [HasTrue16BitInsts], is_flat_scratch = 1 in {
559 let OtherPredicates = [HasTrue16BitInsts], is_flat_scratch = 1 in {
H A DAMDGPU.td533 "HasTrue16BitInsts",
2435 def HasTrue16BitInsts : Predicate<"Subtarget->hasTrue16BitInsts()">,