Searched refs:Preference (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 133 jumpthreading::ConstantPreference Preference, 138 jumpthreading::ConstantPreference Preference, 141 return computeValueKnownInPredecessorsImpl(V, BB, Result, Preference, 151 jumpthreading::ConstantPreference Preference,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 630 if (Preference == WantBlockAddress) in getKnownConstant() 644 ConstantPreference Preference, DenseSet<Value *> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 654 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl() 682 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl() 693 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl() 699 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl() 798 assert(Preference != WantBlockAddress in computeValueKnownInPredecessorsImpl() 987 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl() 1052 ConstantPreference Preference = WantInteger; in processBlock() local 1068 Preference = WantBlockAddress; in processBlock() [all …]
|
| /freebsd-13.1/share/misc/ |
| H A D | flowers | 6 Apple blossom:Preference.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 97 enum Preference { enum 838 Sched::Preference getSchedulingPreference() const { in getSchedulingPreference() 845 virtual Sched::Preference getSchedulingPreference(SDNode *) const { in getSchedulingPreference() 2121 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() 2920 Sched::Preference SchedPreferenceInfo;
|
| H A D | ScheduleDAG.h | 290 Sched::Preference SchedulingPref = Sched::None; ///< Scheduling preference.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 590 Sched::Preference getSchedulingPreference(SDNode *N) const override;
|
| H A D | ARMISelLowering.cpp | 1884 Sched::Preference ARMTargetLowering::getSchedulingPreference(SDNode *N) const { in getSchedulingPreference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 839 Sched::Preference getSchedulingPreference(SDNode *N) const override;
|
| H A D | PPCISelLowering.cpp | 16421 Sched::Preference PPCTargetLowering::getSchedulingPreference(SDNode *N) const { in getSchedulingPreference()
|