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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 944 InstructionCost PPCTTIImpl::vectorCostAdjustment(InstructionCost Cost,
985 return vectorCostAdjustment(Cost, Opcode, Ty, nullptr);
999 return vectorCostAdjustment(LT.first, Instruction::ShuffleVector, Tp,
1021 Cost = vectorCostAdjustment(Cost, Opcode, Dst, Src);
1038 return vectorCostAdjustment(Cost, Opcode, ValTy, nullptr);
1049 Cost = vectorCostAdjustment(Cost, Opcode, Val, nullptr);
1064 return vectorCostAdjustment(2, Opcode, Val, nullptr);
1081 return vectorCostAdjustment(1, Opcode, Val, nullptr);
1127 Cost = vectorCostAdjustment(Cost, Opcode, Src, nullptr);
PPCTargetTransformInfo.h 102 InstructionCost vectorCostAdjustment(InstructionCost Cost, unsigned Opcode,

Completed in 19 milliseconds