Home
last modified time | relevance | path

Searched refs:isImmutableObjectIndex (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp112 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
DTargetInstrInfoImpl.cpp383 MF.getFrameInfo()->isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
DLiveIntervalAnalysis.cpp1115 if (isSS && !mf_->getFrameInfo()->isImmutableObjectIndex(Slot)) in tryFoldMemoryOperand()
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp55 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
DMIRPrinter.cpp301 YamlObject.IsImmutable = MFI.isImmutableObjectIndex(I); in convertStackObjects()
DTargetInstrInfo.cpp847 MF.getFrameInfo()->isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp63 return MFI && MFI->isImmutableObjectIndex(FI); in isConstant()
DMIRPrinter.cpp364 YamlObject.IsImmutable = MFI.isImmutableObjectIndex(I); in convertStackObjects()
DTargetInstrInfo.cpp908 MF.getFrameInfo().isImmutableObjectIndex(FrameIdx)) in isReallyTriviallyReMaterializableGeneric()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h457 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h564 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h632 bool isImmutableObjectIndex(int ObjectIdx) const { in isImmutableObjectIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4123 if (!Flags.isByVal() && !MFI.isImmutableObjectIndex(FI)) in MatchingStackOffset()