Home
last modified time | relevance | path

Searched refs:IsLegacy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp114 CBufferDataLayout::CBufferDataLayout(const DataLayout &DL, const bool IsLegacy) in CBufferDataLayout() argument
115 : DL(DL), IsLegacyLayout(IsLegacy), in CBufferDataLayout()
116 LegacyDL(IsLegacy ? std::make_unique<LegacyCBufferLayout>(DL) : nullptr) { in CBufferDataLayout()
H A DCBufferDataLayout.h35 CBufferDataLayout(const DataLayout &DL, const bool IsLegacy);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3817 bool IsLegacy = Opc == AMDGPU::V_MAC_LEGACY_F32_e32 || in convertToThreeAddress() local
3871 !IsLegacy && in convertToThreeAddress()
3960 : IsLegacy in convertToThreeAddress()
3964 : IsLegacy ? AMDGPU::V_MAD_LEGACY_F32_e64 in convertToThreeAddress()