Searched defs:SI (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-types.h32 typedef int32_t SI; typedef
H A Dmcore-opc.h24 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator in enum:__anon8073
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h117 inline BasicBlock *SplitCriticalEdge(BasicBlock *BB, succ_iterator SI, argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DObject.h113 unwrap(LLVMSectionIteratorRef SI) argument
118 wrap(const section_iterator *SI) argument
123 unwrap(LLVMSymbolIteratorRef SI) argument
128 wrap(const symbol_iterator *SI) argument
133 unwrap(LLVMRelocationIteratorRef SI) argument
138 wrap(const relocation_iterator *SI) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp60 SExtInst* SI = new SExtInst(Arg, Use->getType()); local
H A DHexagonCFGOptimizer.cpp139 MachineBasicBlock::succ_iterator SI = MBB->succ_begin(); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DBasicBlockPlacement.cpp127 succ_iterator SI = succ_begin(BB), E = succ_end(BB); local
[all...]
H A DLowerAtomic.cpp103 static bool LowerStoreInst(StoreInst *SI) { argument
H A DCorrelatedValuePropagation.cpp186 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) { argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp60 bool LowerExpectIntrinsic::HandleSwitchExpect(SwitchInst *SI) { argument
[all...]
/macosx-10.10/libiconv-42/libiconv/lib/
H A Diso2022_cn.h29 #define SI 0x0f macro
H A Diso2022_kr.h34 #define SI 0x0f macro
H A Diso2022_cnext.h29 #define SI 0x0f macro
/macosx-10.10/efax-38/efax/
H A Defaxmsg.h14 VT, FF, CR, SO, SI, DLE, XON, DC2, XOFF,DC4, NAK, enumerator in enum:cchar
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DSparsePropagation.cpp173 SwitchInst &SI = cast<SwitchInst>(TI); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveRangeCalc.cpp21 reset(const MachineFunction *MF, SlotIndexes *SI, MachineDominatorTree *MDT, VNInfo::Allocator *VNIA) argument
H A DMachineCopyPropagation.cpp67 SourceMap::iterator SI = SrcMap.find(*AI); local
H A DGCStrategy.cpp199 StoreInst* SI = new StoreInst(ConstantPointerNull::get(cast<PointerType>( local
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DObject.cpp32 section_iterator SI = unwrap(ObjectFile)->begin_sections(); local
36 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { argument
45 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { argument
59 symbol_iterator SI = unwrap(ObjectFile)->begin_symbols(); local
40 LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, LLVMSectionIteratorRef SI) argument
63 LLVMDisposeSymbolIterator(LLVMSymbolIteratorRef SI) argument
67 LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile, LLVMSymbolIteratorRef SI) argument
72 LLVMMoveToNextSymbol(LLVMSymbolIteratorRef SI) argument
79 LLVMGetSectionName(LLVMSectionIteratorRef SI) argument
86 LLVMGetSectionSize(LLVMSectionIteratorRef SI) argument
93 LLVMGetSectionContents(LLVMSectionIteratorRef SI) argument
100 LLVMGetSectionAddress(LLVMSectionIteratorRef SI) argument
107 LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, LLVMSymbolIteratorRef Sym) argument
117 relocation_iterator SI = (*unwrap(Section))->begin_relocations(); local
121 LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) argument
125 LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, LLVMRelocationIteratorRef SI) argument
130 LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) argument
139 LLVMGetSymbolName(LLVMSymbolIteratorRef SI) argument
146 LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI) argument
153 LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI) argument
160 LLVMGetSymbolSize(LLVMSymbolIteratorRef SI) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DAutoUpgrade.cpp207 StoreInst *SI = Builder.CreateStore(Arg1, BC); local
/macosx-10.10/ntp-92/include/
H A Dascii.h56 #define SI 15 macro
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchiveReader.cpp458 SymTabType::iterator SI = symTab.find(symbol); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp129 DenseMap<const AllocaInst *, int>::iterator SI = local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp127 MachineBasicBlock::iterator SI = I; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DFunctionAttrs.cpp505 SelectInst *SI = cast<SelectInst>(RVI); local

Completed in 284 milliseconds

1234