Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2046 MVT::SimpleValueType SourceVT = N1.getNode()->getSimpleValueType(0).SimpleTy; in SelectStore() local
2049 switch (SourceVT) { in SelectStore()
2077 switch (SourceVT) { in SelectStore()
2106 switch (SourceVT) { in SelectStore()
2129 switch (SourceVT) { in SelectStore()
2158 switch (SourceVT) { in SelectStore()
2181 switch (SourceVT) { in SelectStore()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1431 MVT SourceVT; in X86SelectBranch() local
1433 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1435 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1287 MVT SourceVT; in SelectBranch() local
1289 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()