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

/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp47 SystemZTargetMachine &getSystemZTargetMachine() const { function in class:__anon2499::SystemZPassConfig
64 addPass(createSystemZISelDag(getSystemZTargetMachine(), getOptLevel()));
69 if (getSystemZTargetMachine().getSubtargetImpl()->hasLoadStoreOnCond())
99 addPass(createSystemZElimComparePass(getSystemZTargetMachine()));
101 addPass(createSystemZShortenInstPass(getSystemZTargetMachine()));
102 addPass(createSystemZLongBranchPass(getSystemZTargetMachine()));

Completed in 90 milliseconds