Searched refs:RegSlot (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResourceImplicitBinding.cpp | 95 std::optional<uint32_t> RegSlot = in assignBindings() local 97 if (!RegSlot) { in assignBindings() 102 RegSlotOp = ConstantInt::get(Builder.getInt32Ty(), RegSlot.value()); in assignBindings()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 1145 uint32_t RegSlot = Last.LowerBound; in findAvailableBinding() local 1147 return RegSlot; in findAvailableBinding() 1156 uint32_t RegSlot = R.LowerBound; in findAvailableBinding() local 1161 return RegSlot; in findAvailableBinding()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 618 auto *RegSlot = llvm::ConstantInt::get(CGM.IntTy, RBA->getSlotNumber()); in initializeBufferFromBinding() local 619 SmallVector<Value *> Args{Space, RegSlot, RangeSize, in initializeBufferFromBinding()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 583 std::optional<unsigned> RegSlot; in addImplicitBindingAttrToBuffer() local 584 Attr->setBinding(RT, RegSlot, 0); in addImplicitBindingAttrToBuffer() 3671 IntegerLiteral *RegSlot = IntegerLiteral::Create( in initGlobalResourceDecl() local 3674 Expr *Args[] = {RegSlot, Space, RangeSize, Index, Name}; in initGlobalResourceDecl()
|