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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h39 VExt, // The value is vector-widened in the location. enumerator in enum:llvm::CCValAssign::LocInfo
41 // vector-widen should be fixed to use VExt instead.
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp963 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); local
964 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins");
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1974 case CCValAssign::VExt:
1975 // VExt has not been implemented, so this should be impossible to reach

Completed in 195 milliseconds