Searched refs:getArgument (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffLog.cpp30 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } function in class:LogBuilder
H A DDiffLog.h53 Value *getArgument(unsigned I) const;
H A DDiffConsumer.cpp180 case 'l': printValue(Log.getArgument(arg++), true); break;
181 case 'r': printValue(Log.getArgument(arg++), false); break;
H A DDifferenceEngine.cpp241 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
244 << L.getArgument(I) << R.getArgument(I);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp243 New = CS.getArgument(A->getArgNo());
269 New = CS.getArgument(A->getArgNo());
H A DDeadArgumentElimination.cpp331 Value *Arg = CS.getArgument(ArgNo);
423 assert(CS.getArgument(ArgNo)
H A DArgumentPromotion.cpp233 if (!CS.getArgument(ArgNo)->isDereferenceablePointer())
H A DGlobalOpt.cpp888 if (CS.getArgument(i) == V) {
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebUndoManager.idl217 - (void)getArgument:(void *)buffer atIndex:(int)index
219 [local] HRESULT getArgument([in] void* buffer, [in] int index);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryBuiltins.cpp453 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
459 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
470 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
479 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam));
664 Value *FirstArg = CS.getArgument(FnData->FstParam);
669 Value *SecondArg = CS.getArgument(FnData->SndParam);
H A DLint.cpp323 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
327 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
329 visitMemoryReference(I, CS.getArgument(1), AliasAnalysis::UnknownSize,
333 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
341 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
H A DBasicAliasAnalysis.cpp797 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2)))
799 const Value *Dest = CS.getArgument(0);
800 const Value *Src = CS.getArgument(1);
H A DInlineCost.cpp825 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType());
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m689 [invocation getArgument:&sel atIndex:2];
732 [invocation getArgument:&archiver atIndex:2];
742 [invocation getArgument:&archiver atIndex:2];
752 [invocation getArgument:&archiver atIndex:2];
762 [invocation getArgument:&archiver atIndex:2];
780 [invocation getArgument:&zone atIndex:2];
851 [invocation getArgument:argbuffer atIndex:i];
H A Dclass-builder.m1760 [invocation getArgument:argbuf atIndex:i];
1887 [invocation getArgument:&ptr atIndex:i];
1981 [invocation getArgument:&ptr atIndex:i];
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m711 [invocation getArgument:&sel atIndex:2];
754 [invocation getArgument:&archiver atIndex:2];
764 [invocation getArgument:&archiver atIndex:2];
774 [invocation getArgument:&archiver atIndex:2];
784 [invocation getArgument:&archiver atIndex:2];
802 [invocation getArgument:&zone atIndex:2];
873 [invocation getArgument:argbuffer atIndex:i];
H A Dclass-builder.m2065 [invocation getArgument:argbuf atIndex:i];
2192 [invocation getArgument:&ptr atIndex:i];
2286 [invocation getArgument:&ptr atIndex:i];
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h112 ValTy *getArgument(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp694 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
699 if (CS.getArgument(i)->getType() == Dest->getType())
703 CS.getArgument(i)->getType(), Dest->getName(), C));
896 Value *ByValArg = CS.getArgument(ArgNo);
H A DDeadStoreElimination.cpp316 return CS.getArgument(0);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h188 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) function in class:JSC::JITStubCall
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DRBObject.m144 [an_inv getArgument: ocdata atIndex: (i+2)];
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp1155 Assert3(CS.getArgument(i)->getType() == FTy->getParamType(i),
1157 CS.getArgument(i), FTy->getParamType(i), I);
1172 VerifyParameterAttrs(Attr, CS.getArgument(Idx-1)->getType(), false, I);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp219 return getArgument(operand);
332 Node* getArgument(unsigned operand) function in class:JSC::DFG::ByteCodeParser
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2907 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2924 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));

Completed in 399 milliseconds

12