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

/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp950 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); local
951 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins");
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2099 case CCValAssign::VExt:
2100 // VExt has not been implemented, so this should be impossible to reach

Completed in 406 milliseconds