HomeSort by relevance Sort by last modified time
    Searched defs:Idx (Results 176 - 200 of 200) sorted by null

1 2 3 4 5 6 78

  /external/clang/tools/c-index-test/
c-index-test.c 118 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file,
120 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 827 SDValue Idx = N->getOperand(1);
833 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, LoVT, Vec, Idx);
834 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
844 SDValue Idx = N->getOperand(2);
856 SDValue SubVecPtr = GetVectorElementPointer(StackPtr, SubVecVT, Idx);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 418 void VerifyAttributeTypes(AttributeSet Attrs, unsigned Idx, bool isFunction,
420 void VerifyParameterAttrs(AttributeSet Attrs, unsigned Idx, Type *Ty,
    [all...]
Core.cpp 925 LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef c, unsigned idx) {
926 return wrap(static_cast<ConstantDataSequential*>(unwrap(c))->getElementAsConstant(idx));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 495 int idx = VectorizableTree.size() - 1; local
496 TreeEntry *Last = &VectorizableTree[idx];
502 ScalarToTreeEntry[VL[i]] = idx;
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 234 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; }
235 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 84 uint32_t Idx;
86 TypeIdx() : Idx(0) { }
87 explicit TypeIdx(uint32_t index) : Idx(index) { }
89 uint32_t getIndex() const { return Idx; }
91 if (Idx == uint32_t(-1))
94 return (Idx << Qualifiers::FastWidth) | FastQuals;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp 482 unsigned CodeGenFunction::getAccessedFieldNo(unsigned Idx,
484 return cast<llvm::ConstantInt>(Elts->getAggregateElement(Idx))
3082 unsigned idx = local
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 7205 unsigned idx = 0; local
    [all...]

Completed in 2447 milliseconds

1 2 3 4 5 6 78