Searched defs:VT2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassNameParser.h | 90 const PassNameParser::OptionInfo *VT2) { in ValCompare()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2510 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() 10394 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2) { in getVTList() 10412 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3) { in getVTList() 10432 SDVTList SelectionDAG::getVTList(EVT VT1, EVT VT2, EVT VT3, EVT VT4) { in getVTList() 10656 EVT VT1, EVT VT2, ArrayRef<SDValue> Ops) { in SelectNodeTo() 10662 EVT VT1, EVT VT2) { in SelectNodeTo() 10668 EVT VT1, EVT VT2, EVT VT3, in SelectNodeTo() 10675 EVT VT1, EVT VT2, in SelectNodeTo() 10863 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() 10871 EVT VT1, EVT VT2, SDValue Op1, in getMachineNode() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1755 MVT VT2; variable 2974 virtual bool isTruncateFree(SDValue Val, EVT VT2) const { in isTruncateFree() 3062 virtual bool isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 28647 MVT VT2; in getNumRegistersForCallingConv() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 38532 MVT VT2 = V2.getSimpleValueType(); in combineX86ShuffleChain() local
|