Searched refs:EmitIR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.h | 94 bool ExplicitLayoutRequired, bool EmitIR); 97 bool ExplicitLayoutRequired, bool EmitIR); 101 bool ExplicitLayoutRequired, bool EmitIR); 283 bool EmitIR); 304 bool EmitIR) { in getOrCreateSPIRVType() argument 306 return getOrCreateSPIRVType(Type, MIRBuilder, AQ, EmitIR); in getOrCreateSPIRVType() 312 bool EmitIR) { in getOrCreateSPIRVType() argument 313 return getOrCreateSPIRVType(Type, MIRBuilder, AQ, false, EmitIR); in getOrCreateSPIRVType() 331 StringRef TypeStr, MachineIRBuilder &MIRBuilder, bool EmitIR, 434 bool ExplicitLayoutRequired, bool EmitIR); [all …]
|
| H A D | SPIRVGlobalRegistry.cpp | 121 SPIRV::AccessQualifier::AccessQualifier AccessQual, bool EmitIR) { in assignTypeToVReg() argument 123 getOrCreateSPIRVType(Type, MIRBuilder, AccessQual, EmitIR); in assignTypeToVReg() 391 SPIRVType *SpvType, bool EmitIR, in buildConstantInt() argument 407 EmitIR); in buildConstantInt() 411 if (EmitIR) in buildConstantInt() 594 uint64_t Val, MachineIRBuilder &MIRBuilder, SPIRVType *SpvType, bool EmitIR, in getOrCreateIntCompositeOrNull() argument 600 if (Val || EmitIR) { in getOrCreateIntCompositeOrNull() 602 ElemReg = buildConstantInt(Val, MIRBuilder, SpvBaseType, EmitIR); in getOrCreateIntCompositeOrNull() 604 LLT LLTy = EmitIR ? LLT::fixed_vector(ElemCnt, BitWidth) : LLT::scalar(64); in getOrCreateIntCompositeOrNull() 611 if (EmitIR) in getOrCreateIntCompositeOrNull() [all …]
|
| H A D | SPIRVUtils.cpp | 784 bool EmitIR, bool Force) { in setRegClassType() argument 786 GR->getOrCreateSPIRVType(Ty, MIRBuilder, AccessQual, EmitIR), in setRegClassType() 813 SPIRV::AccessQualifier::AccessQualifier AccessQual, bool EmitIR) { in createVirtualRegister() argument 815 GR->getOrCreateSPIRVType(Ty, MIRBuilder, AccessQual, EmitIR), GR, in createVirtualRegister()
|
| H A D | SPIRVUtils.h | 458 bool EmitIR, bool Force = false); 471 SPIRV::AccessQualifier::AccessQualifier AccessQual, bool EmitIR);
|