Searched defs:TBAAInfo (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h86 const MDNode *TBAAInfo; member in class:llvm::MachineMemOperand
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp206 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy); local
H A DCGValue.h166 llvm::MDNode *TBAAInfo; member in class:clang::CodeGen::LValue
H A DCodeGenModule.cpp325 DecorateInstruction(llvm::Instruction *Inst, llvm::MDNode *TBAAInfo, bool ConvertTypeToTag) argument
H A DCGExpr.cpp1055 EmitLoadOfScalar(llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, SourceLocation Loc, llvm::MDNode *TBAAInfo, QualType TBAABaseType, uint64_t TBAAOffset) argument
1174 EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h43 const MDNode *TBAAInfo; member in class:llvm::AliasSet::PointerRec
361 getAliasSetForPointerIfExists(Value *P, uint64_t Size, const MDNode *TBAAInfo) argument
416 addPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo, AliasSet::AccessType E, bool &NewSet) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp95 addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, const MDNode *TBAAInfo, bool KnownMustAlias) argument
143 aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo, AliasAnalysis &AA) const argument
218 findAliasSetForPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
267 getAliasSetForPointer(Value *Pointer, uint64_t Size, const MDNode *TBAAInfo, bool *New) argument
292 add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
423 remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
432 const MDNode *TBAAInfo = LI->getMetadata(LLVMContext::MD_tbaa); local
441 const MDNode *TBAAInfo = SI->getMetadata(LLVMContext::MD_tbaa); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp664 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
719 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
814 MinAlign(Alignment, IncrementSize), TBAAInfo); local
[all...]
H A DLegalizeTypesGeneric.cpp253 const MDNode *TBAAInfo = LD->getTBAAInfo(); local
466 const MDNode *TBAAInfo = St->getTBAAInfo(); local
H A DLegalizeVectorOps.cpp537 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
H A DLegalizeIntegerTypes.cpp1811 const MDNode *TBAAInfo = N->getTBAAInfo(); local
2714 const MDNode *TBAAInfo = N->getTBAAInfo(); local
[all...]
H A DLegalizeVectorTypes.cpp828 const MDNode *TBAAInfo = LD->getTBAAInfo(); local
1279 const MDNode *TBAAInfo = N->getTBAAInfo(); local
2583 const MDNode *TBAAInfo = LD->getTBAAInfo(); local
2737 const MDNode *TBAAInfo = LD->getTBAAInfo(); local
2782 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
2851 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
[all...]
H A DSelectionDAG.cpp4484 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4565 getLoad(EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4586 getExtLoad(ISD::LoadExtType ExtType, SDLoc dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4618 getStore(SDValue Chain, SDLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4672 getTruncStore(SDValue Chain, SDLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, EVT SVT,bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
[all...]
H A DDAGCombiner.cpp9090 const MDNode *TBAAInfo = ST->getTBAAInfo(); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp175 pointerInvalidatedByLoop(Value *V, uint64_t Size, const MDNode *TBAAInfo) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp224 getMachineMemOperand(MachinePointerInfo PtrInfo, unsigned f, uint64_t s, unsigned base_alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
H A DMachineInstr.cpp420 MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f, uint64_t s, unsigned int a, const MDNode *TBAAInfo, const MDNode *Ranges) argument

Completed in 258 milliseconds