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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h48 VExt, // The value is vector-widened in the location. enumerator in enum:llvm::CCValAssign::LocInfo
50 // vector-widen should be fixed to use VExt instead.
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1636 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); local
1637 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3388 case CCValAssign::VExt:
3389 // VExt has not been implemented, so this should be impossible to reach

Completed in 169 milliseconds