Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeInfo.cpp25 EVT ActualVT = N->getValueType(ResIdx); in checkResultType() local
26 if (ActualVT != ExpectedVT) in checkResultType()
30 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkResultType()
35 EVT ActualVT = N->getOperand(OpIdx).getValueType(); in checkOperandType() local
36 if (ActualVT != ExpectedVT) in checkOperandType()
40 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkOperandType()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1456 const EVT ActualVT = V.getValueType(); in correctParamType() local
1457 assert((ActualVT == ExpectedVT || in correctParamType()
1458 (ExpectedVT.isInteger() && ActualVT.isInteger())) && in correctParamType()
1460 if (ExpectedVT.bitsGT(ActualVT)) in correctParamType()
1462 if (ExpectedVT.bitsLT(ActualVT)) in correctParamType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7780 EVT ActualVT = getValueType(DAG.getDataLayout(), CurOrigArg->getType(), in LowerFormalArguments() local
7782 MVT ActualMVT = ActualVT.isSimple() ? ActualVT.getSimpleVT() : MVT::Other; in LowerFormalArguments()
8446 EVT ActualVT = in analyzeCallOperands() local
8449 MVT ActualMVT = ActualVT.isSimple() ? ActualVT.getSimpleVT() : ArgVT; in analyzeCallOperands()