Searched defs:AS (Results 1 - 25 of 102) sorted by path

12345

/freebsd-11.0-release/contrib/bmake/mk/sys/
H A DAIX.mk20 AS= as macro
H A DDarwin.mk20 AS?= as macro
H A DGeneric.mk32 AS?= as macro
H A DHP-UX.mk47 AS= gas macro
55 AS= as macro
H A DIRIX.mk22 AS?= as macro
H A DLinux.mk23 AS= as macro
H A DNetBSD.mk31 AS?= as macro
H A DOSF1.mk26 AS= as macro
H A DOpenBSD.mk22 AS?= as macro
H A DSunOS.mk51 AS= as macro
H A DUnixWare.mk26 AS?= as macro
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h42 AliasSet *AS; member in class:llvm::AliasSet::PointerRec
232 AliasSet(const AliasSet &AS) = delete; member in class:llvm::AliasSet
233 void operator=(const AliasSet &AS) = delete; member in class:llvm::AliasSet
282 operator <<(raw_ostream &OS, const AliasSet &AS) argument
432 AliasSet &AS = getAliasSetForPointer(P, Size, AAInfo, &NewSet); local
[all...]
H A DTargetTransformInfoImpl.h422 unsigned AS = local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h379 static unsigned getHashValue(AttributeSet AS) { argument
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { argument
83 removeAliasSet(AliasSet *AS) argument
311 AliasSet &AS = addPointer(LI->getOperand(0), local
328 AliasSet &AS = addPointer(SI->getOperand(1), local
389 AliasSet &AS = const_cast<AliasSet&>(*I); local
408 remove(AliasSet &AS) argument
439 AliasSet *AS = findAliasSetForPointer(Ptr, Size, AAInfo); local
452 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, AAInfo); local
465 AliasSet *AS = findAliasSetForPointer(SI->getOperand(1), Size, AAInfo); local
475 AliasSet *AS = findAliasSetForPointer(VAAI->getOperand(0), local
529 AliasSet *AS = PtrValEnt->getAliasSet(*this); local
557 AliasSet *AS = I->second->getAliasSet(*this); local
[all...]
H A DBasicAliasAnalysis.cpp387 unsigned AS = GEPOp->getPointerAddressSpace(); local
H A DConstantFolding.cpp409 unsigned AS = PTy->getAddressSpace(); local
H A DInstructionSimplify.cpp3451 unsigned AS = local
H A DScalarEvolutionAliasAnalysis.cpp35 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); local
H A DScalarEvolutionExpander.cpp900 unsigned AS = cast<PointerType>(IncV->getType())->getAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp97 AttributeSet AS = Fn->getAttributes(); local
117 AttributeSet AS = CI->getAttributes(); local
128 AttributeSet AS = II->getAttributes(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp279 AttributeSet AS = AttrGrps[i]; local
H A DValueEnumerator.cpp695 AttributeSet AS = PAL.getSlotAttributes(i); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1897 unsigned DwarfDebug::handleMacroNodes(AsmStreamerBase *AS, argument
1912 unsigned DwarfDebug::emitMacro(AsmStreamerBase *AS, DIMacro &M) { argument
1928 emitMacroFile(AsmStreamerBase *AS, DIMacroFile &F, DwarfCompileUnit &U) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2576 static ExtAddrMode Match(Value *V, Type *AccessTy, unsigned AS, argument
3102 auto AS = AddrInst->getType()->getPointerAddressSpace(); local
3578 unsigned AS = AddrTy->getAddressSpace(); local
4820 unsigned AS local
2553 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI, const TargetMachine &TM, Type *AT, unsigned AS, Instruction *MI, ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
5154 unsigned AS = LI->getPointerAddressSpace(); local
5164 unsigned AS = SI->getPointerAddressSpace(); local
[all...]

Completed in 307 milliseconds

12345