Home
last modified time | relevance | path

Searched refs:hasNull (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td875 bit hasNull = 0,
892 def SReg_ # suffix # !if(hasNull, "_XNULL", ""):
902 if hasNull then {
914 defm "" : SRegClass<4, Reg128Types.types, SGPR_128Regs, TTMP_128Regs, /*hasNull*/ true>;
918 defm "" : SRegClass<8, Reg256Types.types, SGPR_256Regs, TTMP_256Regs, /*hasNull*/ true>;
/freebsd/usr.bin/dtc/
H A Dfdt.cc194 bool hasNull = (byte_data.back() == '\0'); in write_as_string() local
196 if (hasNull) in write_as_string()
210 if (hasNull) in write_as_string()