Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDDXContainerPSVInfo.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-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILResource.h49 static StringRef getElementTypeName(dxil::ElementType CompType);
51 dxil::ElementType CompType, unsigned Alignment,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDDXContainerPSVInfo.cpp209 FinalElement.CompType = P.CompType; in write()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDXContainer.h487 SigComponentType CompType; // Type of bits. member
506 sys::swapByteOrder(CompType); in swapBytes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDXILResource.cpp358 uint32_t CompType = llvm::to_underlying(Typed.ElementTy); in getAnnotateProps() local
362 Word1 |= (CompType & 0xFF) << 0; in getAnnotateProps()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDXContainerYAML.h140 dxbc::SigComponentType CompType; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDXContainerEmitter.cpp255 Param.CompType, Param.Register, Param.Mask, in writeParts()
HDDXContainerYAML.cpp179 IO.mapRequired("CompType", S.CompType); in mapping()