Home
last modified time | relevance | path

Searched refs:LoadMVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h282 MVT LoadMVT = LoadVT.getSimpleVT(); in isLoadBitCastBeneficial() local
286 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial()
287 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT()) in isLoadBitCastBeneficial()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h420 MVT LoadMVT = LoadVT.getSimpleVT(); in isLoadBitCastBeneficial() local
424 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial()
425 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT()) in isLoadBitCastBeneficial()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h549 MVT LoadMVT = LoadVT.getSimpleVT(); in isLoadBitCastBeneficial() local
553 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial()
554 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT()) in isLoadBitCastBeneficial()