Searched defs:InVec (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16855 SDValue InVec = N->getOperand(0); local
19529 SDValue InVec = InVal->getOperand(0); local
[all...]
H A DLegalizeVectorTypes.cpp2518 SDValue InVec = N->getOperand(OpNo); local
3270 SDValue InVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InWidenVT, Ops); local
H A DSelectionDAGBuilder.cpp3558 SDValue InVec = getValue(I.getOperand(0)); local
3569 SDValue InVec = getValue(I.getOperand(0)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1888 SDValue InVec = N->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp521 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, argument
541 deinterleave8bitStride3( ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix, unsigned VecElems) argument
627 interleave8bitStride3( ArrayRef<Instruction *> InVec, SmallVectorImpl<Value *> &TransposedMatrix, unsigned VecElems) argument
[all...]

Completed in 354 milliseconds