Home
last modified time | relevance | path

Searched defs:simplifyInstruction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h522 virtual bool simplifyInstruction(MachineInstr &MI) const { return false; } in simplifyInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp237 static Value *simplifyInstruction(SCCPSolver &Solver, in simplifyInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1820 bool CallAnalyzer::simplifyInstruction(Instruction &I) { in simplifyInstruction() function in CallAnalyzer
H A DInstructionSimplify.cpp7241 Value *llvm::simplifyInstruction(Instruction *I, const SimplifyQuery &SQ) { in simplifyInstruction() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp4084 bool RISCVInstrInfo::simplifyInstruction(MachineInstr &MI) const { in simplifyInstruction() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11368 bool simplifyInstruction( in simplifyInstruction() function