Searched refs:Aperture (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPU.td | 125 "Has Memory Aperture Base and Size Registers"
|
H A D | SIRegisterInfo.td | 243 // Aperture registers are 64 bit registers with a LO/HI 32 bit.
|
H A D | SIISelLowering.cpp | 7100 SDValue Aperture = getSegmentAperture(SrcAS, SL, DAG); in lowerADDRSPACECAST() local 7102 DAG.getNode(ISD::BUILD_VECTOR, SL, MVT::v2i32, Src, Aperture); in lowerADDRSPACECAST() 8704 SDValue Aperture = getSegmentAperture(AS, SL, DAG); in LowerINTRINSIC_WO_CHAIN() local 8710 return DAG.getSetCC(SL, MVT::i1, SrcHi, Aperture, ISD::SETEQ); in LowerINTRINSIC_WO_CHAIN()
|