Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp214 static bool PromoteScalarIntegerPTX(const EVT &VT, MVT *PromotedVT) { in PromoteScalarIntegerPTX() function
1593 if (PromoteScalarIntegerPTX(EltVT, &PromotedVT)) { in LowerCall()
1596 if (PromoteScalarIntegerPTX(StVal.getValueType(), &PromotedVT)) { in LowerCall()
1824 if (PromoteScalarIntegerPTX(TheLoadType, &PromotedVT)) { in LowerCall()
2613 if (PromoteScalarIntegerPTX(EltVT, &PromotedVT)) { in LowerFormalArguments()
2695 if (PromoteScalarIntegerPTX(VTs[i], &PromotedVT)) { in LowerReturn()
2698 if (PromoteScalarIntegerPTX(PromotedOutVal.getValueType(), &PromotedVT)) { in LowerReturn()