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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h255 bool shouldOptForSize(const MachineFunction *MF) const { function in class:llvm::SelectionDAGISel
256 return CurDAG->shouldOptForSize();
H A DFastISel.h543 bool shouldOptForSize(const MachineFunction *MF) const { function in class:llvm::FastISel
H A DSelectionDAG.h1745 bool shouldOptForSize() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp339 if (!CurDAG->shouldOptForSize())
3086 if (!Subtarget->slowIncDec() || CurDAG->shouldOptForSize()) {
H A DX86ISelLowering.cpp8577 bool OptForSize = DAG.shouldOptForSize();
11364 bool OptForSize = DAG.shouldOptForSize();
18562 bool OptForSize = DAG.shouldOptForSize();
18921 bool IsOptimizingSize = DAG.shouldOptForSize();
21111 bool OptForSize = DAG.shouldOptForSize();
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp438 if (CurDAG->shouldOptForSize() || V.hasOneUse())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1045 bool SelectionDAG::shouldOptForSize() const {
1468 Alignment = shouldOptForSize()
5840 return DAG.shouldOptForSize();
H A DSelectionDAGBuilder.cpp5426 bool OptForSize = DAG.shouldOptForSize();
H A DDAGCombiner.cpp227 ForCodeSize = DAG.shouldOptForSize();

Completed in 339 milliseconds