/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | 902 CAMLprim LLVMValueRef llvm_param(LLVMValueRef Fn, value Index) { 903 return LLVMGetParam(Fn, Int_val(Index)); 987 value index, 989 LLVMAddInstrAttribute(Instr, Int_val(index), Int_val(PA)); [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 561 Value *Index = I->getOperand(i); 566 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue(); 571 // Handle array index arithmetic. 574 unsigned GEPOpiBits = Index->getType()->getScalarSizeInBits(); 578 ComputeMaskedBits(Index, LocalMask, [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 18 #include "clang/Index/TranslationUnit.h" 260 unsigned Index, ExplodedNode *Pred) { 262 L.getCalleeContext(), Block, Index); 507 // Still use the index of the CallExpr. It's needed to create the callee
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 424 // If Function attributes are using index 0 then transfer them 425 // to index ~0. Index 0 is used for return value attributes but used to be [all...] |
/external/llvm/lib/Target/X86/ |
X86MCCodeEmitter.cpp | 104 void EmitSIBByte(unsigned SS, unsigned Index, unsigned Base, 107 EmitByte(ModRMByte(SS, Index, Base), CurByte, OS); 279 if (// The SIB byte must be used if there is an index register. 320 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!"); 326 // MOD=0, BASE=5, to JUST get the index, scale, and displacement. 397 // register is used for index in SIB Byte. [all...] |
X86ISelLowering.cpp | 79 /// simple subregister reference. Idx is an index in the 128 bits we 108 // This is the index of the first element of the 128-bit chunk 126 /// simple superregister reference. Idx is an index in the 128 bits 147 // This is the index of the first element of the 128-bit chunk [all...] |
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) { 237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i) 392 // value, only index at which we were inserted counts. 525 // that part and store the results for this index only. 666 // -1 means unused, other numbers are the new index [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | [all...] |
ASTWriter.cpp | [all...] |
ASTReaderStmt.cpp | 649 unsigned Index = Record[Idx++]; 654 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc)); 659 unsigned Index = Record[Idx++]; 666 Designators.push_back(Designator(Index, LBracketLoc, EllipsisLoc, [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 40 const char* kIndexName = "index"; 44 // Note that the actual target is to keep the index table load factor under 55% 76 // and index number. For instance, if the arguments are "/foo", "bar" and 5, it 79 int index) { 81 name.c_str(), index); [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | 530 /// scope index; can be negative 580 /// modifier, size of the array (if known), size expression, and index type 594 /// modifier, (known) size of the array, and index type qualifiers. 605 /// modifier, and index type qualifiers. 615 /// size modifier, size expression, and index type qualifiers. 626 /// size modifier, size expression, and index type qualifiers. [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 326 void mangleTemplateParameter(unsigned Index); [all...] |
/external/clang/include/clang/AST/ |
DeclCXX.h | [all...] |
Type.h | [all...] |
/external/clang/lib/CodeGen/ |
CGException.cpp | 727 Handler.Index); 738 Handler.Index); [all...] |
ItaniumCXXABI.cpp | 509 // Get the function pointer (or index if this is a virtual function). 512 uint64_t Index = CGM.getVTables().getMethodVTableIndex(MD); 517 uint64_t VTableOffset = (Index * PointerWidth.getQuantity()); [all...] |
CGVTables.cpp | 835 // OffsetIndex is the index of this vcall or vbase offset, relative to the [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 96 // A ScopedIndexUpdater temporarily removes an entry from an index, 97 // and restores it to the index when the scope exits. This simplifies 98 // the common pattern where items need to be removed from an index 104 // in the index. 110 typename Index<Indexer>::Set* index) 112 index_(index) { 126 // The entry that was temporarily removed from the index. 128 // The index which we are updating. 129 typename Index<Indexer>::Set* const index_ 1573 MetahandleSet* index; local [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 332 SDValue Index = Op.getOperand(2); 342 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); 345 SDValue ScaledIndex = DAG.getNode(ISD::SHL, dl, MVT::i32, Index, [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 810 unsigned Index = Args.getBaseArgs().MakeIndex("-"); 811 Arg *A = Opts->ParseOneArg(Args, Index); [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 774 unsigned Index = unsigned(CPU->getZExtValue()); 776 Total += SLO->getElementOffset(Index); 779 // Get the index number for the array... which must be long type... 788 assert(BitWidth == 64 && "Invalid index type for getelementptr"); 797 DEBUG(dbgs() << "GEP Index " << Total << " bytes.\n"); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 151 SDValue GetVectorElementPointer(SDValue VecPtr, EVT EltVT, SDValue Index); [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 189 Flags(0), Index(0) 612 // example, to set the index fields in the symbol data). 949 << " Flags:" << getFlags() << " Index:" << getIndex();
|
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 33 # --git-index flag added by Joe Mason <joe.mason@torchmobile.com> 123 "git-index" => \$gitIndex, 136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n"; 147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit); [all...] |