Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1332 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1333 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1334 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
DSelectionDAG.cpp9278 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
9279 if (OperandVT.isVector()) { in UnrollVectorOp()
9281 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1438 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1439 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1440 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
DSelectionDAG.cpp9503 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
9504 if (OperandVT.isVector()) { in UnrollVectorOp()
9506 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6911 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
6912 if (OperandVT.isVector()) { in UnrollVectorOp()
6914 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()