Searched refs:hasMinSize (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1861 STI->hasMinSize())
H A DARMAsmPrinter.cpp136 else if (F.hasMinSize())
H A DARMBaseInstrInfo.cpp2088 if (Subtarget.isThumb2() && TBB.getParent()->getFunction().hasMinSize()) {
2460 if (!Subtarget.hasMinSize())
H A DARMExpandPseudoInsts.cpp1073 if (STI->hasMinSize()) {
H A DARMLoadStoreOptimizer.cpp1306 if (!STI->hasMinSize() || !BaseKill)
H A DARMISelLowering.cpp1517 !Subtarget->hasVFP2Base() || Subtarget->hasMinSize())
2245 PreferIndirect = Subtarget->isThumb() && Subtarget->hasMinSize() &&
2588 !Subtarget->hasMinSize())
9300 const bool MinSize = ST.hasMinSize();
18341 return !Subtarget->hasMinSize() || Subtarget->isTargetWindows();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp297 if (MF.getFunction().hasMinSize()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3761 InstCombiner IC(Worklist, Builder, F.hasMinSize(), AA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3247 if (!(F.hasMinSize() &&
H A DX86ISelDAGToDAG.cpp185 OptForMinSize = MF.getFunction().hasMinSize();
H A DX86InstrInfo.cpp5406 if (isSlowTwoMemOps && !MF.getFunction().hasMinSize() &&
H A DX86ISelLowering.cpp5380 if (DAG.getMachineFunction().getFunction().hasMinSize() &&
18477 bool MinSize = DAG.getMachineFunction().getFunction().hasMinSize();
21733 !DAG.getMachineFunction().getFunction().hasMinSize()) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6799 return MF.getFunction().hasMinSize();
H A DAArch64ISelLowering.cpp12554 if (DAG.getMachineFunction().getFunction().hasMinSize())
14830 if (DAG.getMachineFunction().getFunction().hasMinSize() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4869 MI.getParent()->getParent()->getFunction().hasMinSize())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10526 SwitchMBB->getParent()->getFunction().hasMinSize())
10649 !DefaultMBB->getParent()->getFunction().hasMinSize()) {
H A DDAGCombiner.cpp21443 if (DAG.getMachineFunction().getFunction().hasMinSize())
21484 if (DAG.getMachineFunction().getFunction().hasMinSize())
H A DSelectionDAG.cpp5982 return MF.getFunction().hasMinSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16899 if (DAG.getMachineFunction().getFunction().hasMinSize() &&

Completed in 956 milliseconds

12