Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp43 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in PseudoSourceValue
58 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in FixedStackPseudoSourceValue
82 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in CallEntryPseudoSourceValue
DMachineFunction.cpp623 bool Immutable, bool isAliased) { in CreateFixedObject()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp93 bool PseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in PseudoSourceValue
115 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in FixedStackPseudoSourceValue
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp80 bool isAliased = in onEmitCode() local
/external/skqp/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp80 bool isAliased = in onEmitCode() local
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h123 bool isAliased; member
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() function in llvm::slpvectorizer::BoUpSLP