Searched refs:IsRounded (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 1362 bit IsRounded = !not(!eq(!find(name, "_rt"), -1)); 1376 "IsRounded", "IsBfloat16", "RoundingMode"]; 1468 bit IsRounded = !not(!eq(!find(name, "_rt"), -1)); 1479 let Fields = ["Name", "Set", "Number", "ElementCount", "IsRounded", "RoundingMode"];
|
H A D | SPIRVBuiltins.cpp | 138 bool IsRounded; member 148 bool IsRounded; member 2263 if (Builtin->IsRounded) in generateConvertInst() 2370 if (Builtin->IsRounded) in generateVectorLoadStoreInst()
|