Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1350 MVT::SimpleValueType SourceVT = in SelectStore() local
1354 switch (SourceVT) { in SelectStore()
1383 switch (SourceVT) { in SelectStore()
1413 switch (SourceVT) { in SelectStore()
1436 switch (SourceVT) { in SelectStore()
1465 switch (SourceVT) { in SelectStore()
1488 switch (SourceVT) { in SelectStore()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1152 MVT SourceVT; in X86SelectBranch() local
1154 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1156 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1331 MVT SourceVT; in SelectBranch() local
1333 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()