Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2105 MVT::SimpleValueType SourceVT = N1.getNode()->getSimpleValueType(0).SimpleTy; in SelectStore() local
2108 switch (SourceVT) { in SelectStore()
2137 switch (SourceVT) { in SelectStore()
2167 switch (SourceVT) { in SelectStore()
2190 switch (SourceVT) { in SelectStore()
2220 switch (SourceVT) { in SelectStore()
2243 switch (SourceVT) { in SelectStore()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1469 MVT SourceVT; in X86SelectBranch() local
1471 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1473 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1282 MVT SourceVT; in SelectBranch() local
1284 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()