Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp139 class DXILOpLoweringLegacy : public ModulePass { class
143 DXILOpLoweringLegacy() : ModulePass(ID) {} in DXILOpLoweringLegacy() function in __anon1a4546bf0211::DXILOpLoweringLegacy
151 char DXILOpLoweringLegacy::ID = 0;
154 INITIALIZE_PASS_BEGIN(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering",
156 INITIALIZE_PASS_END(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering", false,
160 return new DXILOpLoweringLegacy(); in createDXILOpLoweringLegacyPass()