HomeSort by: relevance | last modified time | path
    Searched refs:NegatibleCost (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 267 enum class NegatibleCost {
3636 NegatibleCost &Cost,
3644 NegatibleCost Cost = NegatibleCost::Expensive;
3647 if (Neg && Cost == NegatibleCost::Cheaper)
3659 NegatibleCost Cost = NegatibleCost::Expensive;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 164 NegatibleCost &Cost,
AMDGPUISelLowering.cpp 817 NegatibleCost &Cost, unsigned Depth) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 5982 NegatibleCost &Cost,
5986 Cost = NegatibleCost::Cheaper;
6041 Cost = NegatibleCost::Neutral;
6073 Cost = NegatibleCost::Neutral;
6086 NegatibleCost CostX = NegatibleCost::Expensive;
6094 NegatibleCost CostY = NegatibleCost::Expensive;
6129 Cost = NegatibleCost::Cheaper;
6134 Cost = NegatibleCost::Neutral
    [all...]
DAGCombiner.cpp 13784 TargetLowering::NegatibleCost CostN0 =
13785 TargetLowering::NegatibleCost::Expensive;
13786 TargetLowering::NegatibleCost CostN1 =
13787 TargetLowering::NegatibleCost::Expensive;
13793 (CostN0 == TargetLowering::NegatibleCost::Cheaper ||
13794 CostN1 == TargetLowering::NegatibleCost::Cheaper))
13875 TargetLowering::NegatibleCost CostN0 =
13876 TargetLowering::NegatibleCost::Expensive;
13877 TargetLowering::NegatibleCost CostN1 =
13878 TargetLowering::NegatibleCost::Expensive
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 786 bool OptForSize, NegatibleCost &Cost,
PPCISelLowering.cpp 16339 NegatibleCost &Cost,
16359 NegatibleCost N2Cost = NegatibleCost::Expensive;
16372 NegatibleCost N0Cost = NegatibleCost::Expensive;
16376 NegatibleCost N1Cost = NegatibleCost::Expensive;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 975 NegatibleCost &Cost,
X86ISelLowering.cpp     [all...]

Completed in 174 milliseconds