Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1104 MVT SourceVT; in SelectBranch() local
1107 && isTypeLegal(Ty, SourceVT)) { in SelectBranch()
1113 switch (SourceVT.SimpleTy) { in SelectBranch()
1164 MVT SourceVT; in SelectBranch() local
1166 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1775 MVT::SimpleValueType SourceVT = in tryStore() local
1779 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_avar, NVPTX::ST_i16_avar, in tryStore()
1797 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_asi, NVPTX::ST_i16_asi, in tryStore()
1818 SourceVT, NVPTX::ST_i8_ari_64, NVPTX::ST_i16_ari_64, in tryStore()
1822 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_ari, NVPTX::ST_i16_ari, in tryStore()
1842 pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg_64, NVPTX::ST_i16_areg_64, in tryStore()
1847 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg, NVPTX::ST_i16_areg, in tryStore()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2173 MVT::SimpleValueType SourceVT = N1.getNode()->getSimpleValueType(0).SimpleTy; in tryStore() local
2176 switch (SourceVT) { in tryStore()
2205 switch (SourceVT) { in tryStore()
2235 switch (SourceVT) { in tryStore()
2258 switch (SourceVT) { in tryStore()
2288 switch (SourceVT) { in tryStore()
2311 switch (SourceVT) { in tryStore()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1079 MVT SourceVT; in X86SelectBranch() local
1081 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1083 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1642 MVT SourceVT; in X86SelectBranch() local
1644 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1646 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1724 MVT SourceVT; in X86SelectBranch() local
1726 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1728 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1273 MVT SourceVT; in SelectBranch() local
1275 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1274 MVT SourceVT; in SelectBranch() local
1276 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7355 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local
7356 if (SourceVT.isVector()) in foldBitcastedFPLogic()
7364 SignMask = ~APInt::getSignBit(SourceVT.getSizeInBits()); in foldBitcastedFPLogic()
7368 SignMask = APInt::getSignBit(SourceVT.getSizeInBits()); in foldBitcastedFPLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9700 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local
9701 if (SourceVT.isVector()) in foldBitcastedFPLogic()
9709 SignMask = ~APInt::getSignMask(SourceVT.getSizeInBits()); in foldBitcastedFPLogic()
9713 SignMask = APInt::getSignMask(SourceVT.getSizeInBits()); in foldBitcastedFPLogic()