Searched defs:isAliased (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp43 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:PseudoSourceValue
58 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
82 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
H A DMachineFunction.cpp623 bool Immutable, bool isAliased) {
635 /*Alloca*/ nullptr, isAliased));
649 /*isAliased*/ false));
622 CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable, bool isAliased) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPseudoSourceValue.cpp93 bool PseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
115 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h123 bool isAliased; member in struct:llvm::MachineFrameInfo::StackObject
135 PreAllocated(false), isAliased(A), isZExt(false), isSExt(false) {}
543 bool isAliased = false);
559 return Objects[ObjectIdx+NumFixedObjects].isAliased;
/external/clang/lib/CodeGen/
H A DCGValue.h506 IsAliased_t isAliased,
520 AV.AliasedFlag = isAliased;
527 IsAliased_t isAliased,
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
502 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
524 forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, function in class:llvm::slpvectorizer::BoUpSLP
3068 // SLP->isAliased (which is the expensive part in this loop).
3076 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) {
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 234 milliseconds