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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp310 EVT CondVT = Cond.getValueType(); local
318 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
319 Cond, DAG.getConstant(1, SDLoc(N), CondVT));
325 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
2941 EVT CondVT = Cond1.getValueType(); local
2942 if (CondVT.isVector()) {
2943 EVT CondEltVT = CondVT.getVectorElementType();
2946 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
2954 if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1916 EVT CondVT = Cond1.getValueType(); local
1917 if (CondVT.isVector()) {
1918 EVT CondEltVT = CondVT.getVectorElementType();
1921 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26591 EVT CondVT = Cond.getValueType(); local
[all...]

Completed in 360 milliseconds