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

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1352 MVT::SimpleValueType SourceVT = N1.getNode()->getSimpleValueType(0).SimpleTy; local
1355 switch (SourceVT) {
1384 switch (SourceVT) {
1414 switch (SourceVT) {
1437 switch (SourceVT) {
1466 switch (SourceVT) {
1489 switch (SourceVT) {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1201 MVT SourceVT; local
1203 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) {
1205 switch (SourceVT.SimpleTy) {
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1373 MVT SourceVT; local
1375 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) {

Completed in 82 milliseconds