Searched refs:Preference (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 138 jumpthreading::ConstantPreference Preference, 143 jumpthreading::ConstantPreference Preference, 146 return computeValueKnownInPredecessorsImpl(V, BB, Result, Preference, 160 jumpthreading::ConstantPreference Preference,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 536 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { in getKnownConstant() argument 544 if (Preference == WantBlockAddress) in getKnownConstant() 558 ConstantPreference Preference, SmallPtrSet<Value *, 4> &RecursionSet, in computeValueKnownInPredecessorsImpl() argument 570 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl() 598 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl() 609 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl() 615 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl() 627 computeValueKnownInPredecessorsImpl(Source, BB, Vals, Preference, in computeValueKnownInPredecessorsImpl() 643 computeValueKnownInPredecessorsImpl(Source, BB, Result, Preference, in computeValueKnownInPredecessorsImpl() 656 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl() [all …]
|
| /freebsd/share/misc/ |
| H A D | flowers | 4 Apple blossom:Preference.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 316 Sched::Preference SchedulingPref : 4; ///< Scheduling preference. 317 static_assert(Sched::Preference::Last <= (1 << 4),
|
| H A D | TargetLowering.h | 103 enum Preference : uint8_t { enum 1043 Sched::Preference getSchedulingPreference() const { in getSchedulingPreference() 1050 virtual Sched::Preference getSchedulingPreference(SDNode *) const { in getSchedulingPreference() 2546 void setSchedulingPreference(Sched::Preference Pref) { in setSchedulingPreference() 3654 Sched::Preference SchedPreferenceInfo;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 606 Sched::Preference getSchedulingPreference(SDNode *N) const override;
|
| H A D | ARMISelLowering.cpp | 1965 Sched::Preference ARMTargetLowering::getSchedulingPreference(SDNode *N) const { in getSchedulingPreference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 895 Sched::Preference getSchedulingPreference(SDNode *N) const override;
|
| H A D | PPCISelLowering.cpp | 18521 Sched::Preference PPCTargetLowering::getSchedulingPreference(SDNode *N) const { in getSchedulingPreference()
|