Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DInferAddressSpaces.h16 struct InferAddressSpacesPass : PassInfoMixin<InferAddressSpacesPass> { struct
17 InferAddressSpacesPass();
18 InferAddressSpacesPass(unsigned AddressSpace);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1313 InferAddressSpacesPass::InferAddressSpacesPass() in InferAddressSpacesPass() function in InferAddressSpacesPass
1315 InferAddressSpacesPass::InferAddressSpacesPass(unsigned AddressSpace) in InferAddressSpacesPass() function in InferAddressSpacesPass
1318 PreservedAnalyses InferAddressSpacesPass::run(Function &F, in run()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def300 FUNCTION_PASS("infer-address-spaces", InferAddressSpacesPass())
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp710 FPM.addPass(InferAddressSpacesPass()); in registerPassBuilderCallbacks()