/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 110 unsigned IID = cast<ConstantSDNode>(getOperand(OpNo))->getZExtValue(); 111 if (IID < Intrinsic::num_intrinsics) 112 return Intrinsic::getName((Intrinsic::ID)IID); 114 return TII->getName(IID);
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win.cc | 1097 REFIID iid, 1099 if (iid == IID_IAccessibleText) { 1104 } else if (iid == IID_IAccessibleImage) { 1109 } else if (iid == IID_ISimpleDOMDocument) { 1117 this_ptr, entries, iid, object); [all...] |
browser_accessibility_win.h | 440 REFIID iid,
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 739 const CodeGenIntrinsic &getIntrinsicInfo(unsigned IID) const { 740 if (IID-1 < Intrinsics.size()) 741 return Intrinsics[IID-1]; 742 if (IID-Intrinsics.size()-1 < TgtIntrinsics.size()) 743 return TgtIntrinsics[IID-Intrinsics.size()-1];
|
CodeGenSchedule.h | 204 return !ItinsDef->getValueAsListOfDefs("IID").empty(); 254 if (!ItinsDef->getValueAsListOfDefs("IID").empty()) {
|
IntrinsicEmitter.cpp | 636 << "assert(iid <= Intrinsic::" << Ints.back().EnumName << " && " 662 << "return static_cast<ModRefBehavior>(IntrinsicModRefBehavior[iid]);\n"
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 148 virtual unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, 154 virtual unsigned getIntrinsicCost(Intrinsic::ID IID, Type *RetTy,
|
/external/llvm/lib/CodeGen/ |
GCStrategy.cpp | 246 if (unsigned IID = F->getIntrinsicID()) 247 if (IID == Intrinsic::gcroot)
|
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 30 static bool UpgradeSSE41Function(Function* F, Intrinsic::ID IID, 40 NewFn = Intrinsic::getDeclaration(F->getParent(), IID);
|
Function.cpp | 198 if (unsigned IID = getIntrinsicID()) 199 setAttributes(Intrinsic::getAttributes(getContext(), Intrinsic::ID(IID)));
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 129 op_bfd const & bfd, u32 boff, image_name_id iid, 131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid),
|
/external/webkit/Source/WebKit/win/ |
DOMEventsClasses.cpp | 38 HRESULT STDMETHODCALLTYPE DOMEventListener::QueryInterface(const IID &riid, void** ppvObject) 105 HRESULT STDMETHODCALLTYPE DOMEvent::QueryInterface(const IID &riid, void** ppvObject)
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 482 RsScriptIntrinsicID iid, Element *e) { 485 switch (iid) {
|
/external/llvm/docs/ |
CompilerWriterInfo.rst | 82 * `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs>`_
|
/frameworks/rs/ |
rs_hal.h | 101 RsScriptIntrinsicID iid,
|
/external/llvm/lib/Transforms/Vectorize/ |
BBVectorize.cpp | 651 Intrinsic::ID IID = (Intrinsic::ID) F->getIntrinsicID(); 652 if (!IID) return false; 654 switch(IID) { [all...] |
/external/aac/libSBRdec/src/ |
psdec.cpp | [all...] |
/external/aac/libSBRenc/src/ |
ps_main.h | 124 LONG iidQuantErrorThreshold; /* quantization threshold to switch between coarse and fine iid quantization */
|
ps_bitenc.cpp | 662 psOut->iid[env], 669 iidLast = psOut->iid[env];
|
/frameworks/compile/slang/ |
slang_rs_object_ref_count.cpp | 504 clang::Decl *IID = (clang::Decl *)IIVD; 506 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1); 875 clang::Decl *IID = (clang::Decl *)IIVD; 877 clang::DeclGroupRef DGR = clang::DeclGroupRef::Create(C, &IID, 1); [all...] |
/development/ndk/platforms/android-14/include/OMXAL/ |
OpenMAXAL.h | 179 const XAInterfaceID iid, 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid 268 const XAInterfaceID iid, [all...] |
/frameworks/wilhelm/include/OMXAL/ |
OpenMAXAL.h | 179 const XAInterfaceID iid, 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid 268 const XAInterfaceID iid, [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/ |
OpenMAXAL.h | 179 const XAInterfaceID iid, 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid 268 const XAInterfaceID iid, [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/ |
OpenMAXAL.h | 179 const XAInterfaceID iid, 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid 268 const XAInterfaceID iid, [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/ |
OpenMAXAL.h | 179 const XAInterfaceID iid, 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid 268 const XAInterfaceID iid, [all...] |