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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp61 static Value *FindScalarElement(Value *V, unsigned EltNo) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h232 size_t EltNo = I-this->begin(); local
/freebsd-10.0-release/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.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5470 unsigned EltNo = 8; // Start out undef. local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5391 SDValue EltNo = N0->getOperand(1); local
8549 SDValue EltNo = N->getOperand(2); local
8616 SDValue EltNo = N->getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4721 unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4514 static SDValue PromoteSplati8i16(SDValue V, SelectionDAG &DAG, int &EltNo) { argument
4532 static SDValue getLegalSplat(SelectionDAG &DAG, SDValue V, int EltNo) { argument
4563 int EltNo = SV->getSplatIndex(); local
5042 int EltNo = (Offset - StartOffset) >> 2; local
15183 SDValue EltNo = N->getOperand(1); local
[all...]

Completed in 348 milliseconds