Searched refs:CompType (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | DXContainerPSVInfo.h | 94 dxbc::SigComponentType CompType; member 106 dxbc::SigComponentType CompType, uint32_t Register, in addParam() argument 109 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.h | 49 static StringRef getElementTypeName(dxil::ElementType CompType); 51 dxil::ElementType CompType, unsigned Alignment,
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | DXContainerPSVInfo.cpp | 209 FinalElement.CompType = P.CompType; in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 487 SigComponentType CompType; // Type of bits. member 506 sys::swapByteOrder(CompType); in swapBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 358 uint32_t CompType = llvm::to_underlying(Typed.ElementTy); in getAnnotateProps() local 362 Word1 |= (CompType & 0xFF) << 0; in getAnnotateProps()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 140 dxbc::SigComponentType CompType; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 255 Param.CompType, Param.Register, Param.Mask, in writeParts()
|
H A D | DXContainerYAML.cpp | 179 IO.mapRequired("CompType", S.CompType); in mapping()
|