Searched refs:isAliased (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp50 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:PseudoSourceValue
65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
90 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
H A DScheduleDAGInstrs.cpp150 if (PSV->isAliased(&MFI))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h85 virtual bool isAliased(const MachineFrameInfo *) const;
107 bool isAliased(const MachineFrameInfo *MFI) const override;
122 bool isAliased(const MachineFrameInfo *) const override;
H A DMachineFrameInfo.h175 bool isAliased; member in struct:llvm::MachineFrameInfo::StackObject
190 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {}
646 bool isAliased = false);
663 return Objects[ObjectIdx+NumFixedObjects].isAliased;
/netbsd-current/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl49 isAliased [string trim $name]
70 proc isAliased {target} { procedure
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h122 bool isAliased(const IndexedReference &Other, AAResults &AA) const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h552 IsAliased_t isAliased,
568 AV.AliasedFlag = isAliased;
576 NeedsGCBarriers_t needsGC, IsAliased_t isAliased,
580 isAliased, mayOverlap, isZeroed, isChecked);
548 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
575 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, Overlap_t mayOverlap, IsZeroed_t isZeroed = IsNotZeroed, IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp155 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
212 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
463 bool IndexedReference::isAliased(const IndexedReference &Other,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h52 bool isAliased(const MachineFrameInfo *) const override {
96 bool isAliased(const MachineFrameInfo *) const override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp536 if (!PSV->isAliased(MFI))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1943 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, function in namespace:llvm::slpvectorizer
5984 // SLP->isAliased (which is the expensive part in this loop).
5992 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1360 bool isAliased(const MachineFrameInfo *) const override {

Completed in 207 milliseconds