Searched refs:buildConstantIntReg (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 412 static Register buildConstantIntReg(uint64_t Val, MachineIRBuilder &MIRBuilder, in buildConstantIntReg() function 430 return buildConstantIntReg(Scope, MIRBuilder, GR); in buildScopeReg() 473 ScopeRegister = buildConstantIntReg(SPIRV::Scope::Device, MIRBuilder, GR); in buildAtomicLoadInst() 483 MemSemanticsReg = buildConstantIntReg(Semantics, MIRBuilder, GR); in buildAtomicLoadInst() 500 buildConstantIntReg(SPIRV::Scope::Device, MIRBuilder, GR); in buildAtomicStoreInst() 505 Register MemSemanticsReg = buildConstantIntReg(Semantics, MIRBuilder, GR); in buildAtomicStoreInst() 569 MemSemEqualReg = buildConstantIntReg(MemSemEqual, MIRBuilder, GR); in buildAtomicCompareExchangeInst() 571 MemSemUnequalReg = buildConstantIntReg(MemSemUnequal, MIRBuilder, GR); in buildAtomicCompareExchangeInst() 585 ScopeReg = buildConstantIntReg(Scope, MIRBuilder, GR); in buildAtomicCompareExchangeInst() 628 ScopeRegister = buildConstantIntReg(Scope, MIRBuilder, GR); in buildAtomicRMWInst() [all …]
|