Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp249 static bool PromoteScalarIntegerPTX(const EVT &VT, MVT *PromotedVT) { in PromoteScalarIntegerPTX() function
1872 if (PromoteScalarIntegerPTX(EltVT, &PromotedVT)) { in LowerCall()
1875 if (PromoteScalarIntegerPTX(StVal.getValueType(), &PromotedVT)) { in LowerCall()
2128 if (PromoteScalarIntegerPTX(TheLoadType, &PromotedVT)) { in LowerCall()
3175 if (PromoteScalarIntegerPTX(EltVT, &PromotedVT)) { in LowerFormalArguments()
3249 if (PromoteScalarIntegerPTX(VTs[i], &PromotedVT)) { in LowerReturn()
3252 if (PromoteScalarIntegerPTX(PromotedOutVal.getValueType(), &PromotedVT)) { in LowerReturn()