Home
last modified time | relevance | path

Searched defs:ASC (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/lib/libkern/
H A Dhexdump.c47 #define ASC (BAR + 2) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp191 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(I.OldInstruction)) { in convertToParamAS() local
243 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(V)) { in handleByValParam() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp84 static bool castRequiresQueuePtr(const AddrSpaceCastInst *ASC) { in castRequiresQueuePtr()
329 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(&I)) { in addFeatureAttributes() local
H A DSIISelLowering.cpp5306 const AddrSpaceCastSDNode *ASC = cast<AddrSpaceCastSDNode>(Op); in lowerADDRSPACECAST() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h258 void visitAddrSpaceCastInst(AddrSpaceCastInst &ASC) { in visitAddrSpaceCastInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp468 } else if (auto *ASC = dyn_cast<AddrSpaceCastInst>(&I)) { in collectFlatAddressExpressions() local
1146 if (AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(CurUser)) { in rewriteWithNewAddressSpaces() local
H A DSROA.cpp711 void visitAddrSpaceCastInst(AddrSpaceCastInst &ASC) { in visitAddrSpaceCastInst()
3477 bool visitAddrSpaceCastInst(AddrSpaceCastInst &ASC) { in visitAddrSpaceCastInst()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp303 bool ASC = AccountSortOrder == SortDirection::ASCENDING; in sortByKey() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp805 } else if (const AddrSpaceCastSDNode *ASC = in print_details() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp150 if (const AddrSpaceCastInst *ASC = dyn_cast<AddrSpaceCastInst>(V)) in isDereferenceableAndAlignedPointer() local
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c2878 enum { ASC, DESC, EITHER = ASC }; /* direction */ in slhci_memtest() enumerator
H A Dmpt_mpilib.h3333 U8 ASC; /* 04h */ member
3399 U8 ASC; /* 04h */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2373 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(PtrOp)) { in visitGetElementPtrInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1273 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(CI)) { in OptimizeNoopCopyExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6995 if (auto *ASC = llvm::dyn_cast_or_null<llvm::AddrSpaceCastOperator>(C)) in emitBuiltinSurfTexDeviceCopy() local