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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h118 // the instruction defining one of the operands and sets Optimizable to true.
121 unsigned &FalseOp, bool &Optimizable) const override;
124 // returned Optimizable = true, attempt to optimize MI by merging it with one
H A DLanaiInstrInfo.cpp441 bool &Optimizable) const {
451 Optimizable = true;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp635 bool Optimizable = false; local
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
639 if (!Optimizable)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h901 /// Optimizable.
907 /// @param Optimizable Returned as true if MI is optimizable.
912 bool &Optimizable) const {
918 /// analyzeSelect and returned Optimizable = true, attempt to optimize MI by
927 /// @param MI Optimizable select instruction.
935 // This function must be implemented if Optimizable is ever set.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2310 bool &Optimizable) const {
2324 Optimizable = true;

Completed in 215 milliseconds