Home
last modified time | relevance | path

Searched defs:Widen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4904 bool Widen = !Subtarget->hasVLX() && !CmpVT.is512BitVector(); in tryVPTESTM() local
H A DX86ISelLowering.cpp4291 bool Widen = !(Subtarget.hasVLX() || VT.is512BitVector()); in getAVX512Node() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1191 static SDValue Widen(SelectionDAG *CurDAG, SDValue N) { in Widen() function