Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h193 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.cpp287 addPass(createSystemZShortenInstPass(getSystemZTargetMachine()), false); in addPreEmitPass()
H A DSystemZShortenInst.cpp59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() function in llvm