Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h38 VExt, // The value is vector-widened in the location. enumerator
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h46 VExt, // The value is vector-widened in the location. enumerator
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1017 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt"); in VisitShuffleVectorExpr() local
1018 NewV = Builder.CreateInsertElement(NewV, VExt, IIndx, "shuf_ins"); in VisitShuffleVectorExpr()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3197 case CCValAssign::VExt: in fastLowerCall()