Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp216 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine() function in __anon91b9fdc30111::SystemZPassConfig
249 addPass(createSystemZISelDag(getSystemZTargetMachine(), getOptLevel())); in addInstSelector()
252 addPass(createSystemZLDCleanupPass(getSystemZTargetMachine())); in addInstSelector()
263 addPass(createSystemZCopyPhysRegsPass(getSystemZTargetMachine())); in addPreRegAlloc()
267 addPass(createSystemZPostRewritePass(getSystemZTargetMachine())); in addPostRewrite()
274 addPass(createSystemZPostRewritePass(getSystemZTargetMachine())); in addPostRegAlloc()
287 addPass(createSystemZShortenInstPass(getSystemZTargetMachine()), false); in addPreEmitPass()
313 addPass(createSystemZElimComparePass(getSystemZTargetMachine()), false); in addPreEmitPass()
314 addPass(createSystemZLongBranchPass(getSystemZTargetMachine())); in addPreEmitPass()