Searched defs:Index (Results 26 - 50 of 77) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp52 unsigned Index = Storage.size(); local
80 unsigned Index = 0; local
523 unsigned Index = 1; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp290 uint64_t Index; local
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenSchedule.h47 unsigned Index; member in struct:llvm::CodeGenSchedRW
169 unsigned Index; member in struct:llvm::CodeGenProcModel
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DAttributes.h468 unsigned Index; ///< Index of the parameter for which the attributes apply. member in struct:llvm::AttributeWithIndex
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineOperand.h169 int Index; // For MO_*Index - The index itself. member in union:llvm::MachineOperand::__anon9733::__anon9735::__anon9736
H A DMachineFrameInfo.h503 int Index = (int)Objects.size() - NumFixedObjects - 1; local
515 int Index = (int)Objects.size() - NumFixedObjects - 1; local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetRegisterInfo.h298 static unsigned index2VirtReg(unsigned Index) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineModuleInfo.cpp61 unsigned Index; // The index in BBCallbacks for the BasicBlock. member in struct:llvm::MMIAddrLabelMap::AddrLabelSymEntry
H A DStackColoring.cpp560 SlotIndex Index = Indexes->getInstructionIndex(I); local
616 SlotIndex Index = Indexes->getInstructionIndex(I); local
H A DMachineFunction.cpp234 unsigned Index = 0; local
266 unsigned Index = 0; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1010 GetVectorElementPointer(SDValue VecPtr, EVT EltVT, SDValue Index) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMMachineFunctionInfo.h252 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } argument
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp340 unsigned Index = getStringIndex(Name); local
548 unsigned Index = getStringIndex(Name); local
701 unsigned Index = StringTable.size(); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DBasicAliasAnalysis.cpp294 Value *Index = *I; local
H A DConstantFolding.cpp315 unsigned Index = SL->getElementContainingOffset(ByteOffset); local
354 uint64_t Index = ByteOffset / EltSize; local
[all...]
H A DValueTracking.cpp617 Value *Index = I->getOperand(i); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMachObjectWriter.cpp441 unsigned Index = 1; local
H A DWinCOFFObjectWriter.cpp68 int Index; member in class:__anon10089::COFFSymbol
498 void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) { argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp314 SelectAFormAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index) argument
390 SelectDFormAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index) argument
398 DFormAddressPredicate(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index, int minOffset, int maxOffset) argument
554 SelectXFormAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Index) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp138 bool SelectAddrIdx(SDValue N, SDValue &Base, SDValue &Index) { argument
144 bool SelectAddrIdxOnly(SDValue N, SDValue &Base, SDValue &Index) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp749 uint64_t Index = CIdx->getZExtValue(); local
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_dump.c475 ULONG Index; member in struct:__anon12340
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAssembler.h564 uint64_t Index; member in class:llvm::MCSymbolData
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachOFormat.h309 uint32_t Index; member in struct:llvm::object::macho::IndirectSymbolTableEntry
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2093 uint64_t Index = Record[OpNum]; local
2117 uint64_t Index = Record[OpNum]; local

Completed in 438 milliseconds

1234