HomeSort by relevance Sort by last modified time
    Searched refs:has16BitInsts (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 413 (SLT == MVT::f16 && ST->has16BitInsts())) {
418 if (SLT == MVT::f16 && ST->has16BitInsts()) {
497 if (EltSize == 16 && Index == 0 && ST->has16BitInsts())
AMDGPUCodeGenPrepare.cpp 757 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
849 if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) &&
859 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
878 if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
AMDGPUSubtarget.h 67 bool Has16BitInsts;
141 bool has16BitInsts() const {
142 return Has16BitInsts;
AMDGPUISelLowering.cpp 643 (ScalarVT == MVT::f16 && Subtarget->has16BitInsts()));
742 (Subtarget->has16BitInsts() && VT == MVT::f16);
748 (Subtarget->has16BitInsts() && VT == MVT::f16) ||
785 if (DestSize== 16 && Subtarget->has16BitInsts())
795 if (SrcSize == 16 && Subtarget->has16BitInsts())
    [all...]
SIISelLowering.cpp 140 if (Subtarget->has16BitInsts()) {
340 if (Subtarget->has16BitInsts()) {
399 if (Subtarget->has16BitInsts()) {
600 if (Subtarget->has16BitInsts()) {
711 Subtarget->has16BitInsts() &&
734 if (Size == 16 && Subtarget->has16BitInsts() && isPowerOf2_32(NumElts))
766 if (Size == 16 && Subtarget->has16BitInsts() && isPowerOf2_32(NumElts)) {
    [all...]
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 99 bool Has16BitInsts;
397 bool has16BitInsts() const {
398 return Has16BitInsts;

Completed in 375 milliseconds