Searched defs:EltNo (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h240 size_t EltNo = I-this->begin(); local
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h530 size_t EltNo = I-this->begin(); local
562 size_t EltNo = I-this->begin(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp63 static Value *FindScalarElement(Value *V, unsigned EltNo) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1548 SDValue EltNo = N->getOperand(2); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5525 SDValue EltNo = N0->getOperand(1); local
9236 SDValue EltNo = N->getOperand(2); local
9305 SDValue EltNo = N->getOperand(1); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5028 unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue(); local
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5506 unsigned EltNo = 8; // Start out undef. local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4831 static SDValue PromoteSplati8i16(SDValue V, SelectionDAG &DAG, int &EltNo) { argument
4849 static SDValue getLegalSplat(SelectionDAG &DAG, SDValue V, int EltNo) { argument
4880 int EltNo = SV->getSplatIndex(); local
5370 int EltNo = (Offset - StartOffset) >> 2; local
16301 SDValue EltNo = N->getOperand(1); local
[all...]

Completed in 228 milliseconds