Home
last modified time | relevance | path

Searched refs:CompType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 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 DDXILResource.h49 static StringRef getElementTypeName(dxil::ElementType CompType);
51 dxil::ElementType CompType, unsigned Alignment,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp209 FinalElement.CompType = P.CompType; in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h487 SigComponentType CompType; // Type of bits. member
506 sys::swapByteOrder(CompType); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp358 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 DDXContainerYAML.h140 dxbc::SigComponentType CompType; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp255 Param.CompType, Param.Register, Param.Mask, in writeParts()
H A DDXContainerYAML.cpp179 IO.mapRequired("CompType", S.CompType); in mapping()