Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp72 class PPCBoolRetToInt : public FunctionPass { class
183 PPCBoolRetToInt() : FunctionPass(ID) { in PPCBoolRetToInt() function in __anonabefaaf30111::PPCBoolRetToInt
284 char PPCBoolRetToInt::ID = 0;
285 INITIALIZE_PASS(PPCBoolRetToInt, "ppc-bool-ret-to-int",
289 FunctionPass *llvm::createPPCBoolRetToIntPass() { return new PPCBoolRetToInt(); } in createPPCBoolRetToIntPass()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1493 SRCS_MIN+= Target/PowerPC/PPCBoolRetToInt.cpp