Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h46 VExt, // The value is vector-widened in the location. enumerator
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1673 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); in VisitShuffleVectorExpr() local
1674 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins"); in VisitShuffleVectorExpr()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp3369 case CCValAssign::VExt: in fastLowerCall()