Searched refs:FrameIndex (Results 101 - 111 of 111) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4584 case ISD::FrameIndex:
4744 if (N->getOperand(0)->getOpcode() == ISD::FrameIndex &&
4749 // FrameIndex calculation.
4802 if (N->getOperand(0)->getOpcode() == ISD::FrameIndex &&
H A DPPCISelLowering.cpp12072 if (Loc.getOpcode() == ISD::FrameIndex) {
12073 if (BaseLoc.getOpcode() != ISD::FrameIndex)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1089 /// (`IsStart==false`) the lifetime of the portion of `FrameIndex` between
1092 int FrameIndex, int64_t Size, int64_t Offset = -1);
1327 /// Creates a FrameIndex SDDbgValue node.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp490 AM.Base.FrameIndex = I.getOperand(1).getIndex();
H A DX86FastISel.cpp880 AM.Base.FrameIndex = SI->second;
H A DX86ISelDAGToDAG.cpp117 dbgs() << " Base.FrameIndex " << Base_FrameIndex << '\n';
1966 case ISD::FrameIndex:
H A DX86ISelLowering.cpp4430 } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp527 case ISD::FrameIndex:
1428 unsigned Opc = isTarget ? ISD::TargetFrameIndex : ISD::FrameIndex;
3400 case ISD::FrameIndex:
6726 SDValue Chain, int FrameIndex,
6732 getFrameIndex(FrameIndex,
6738 ID.AddInteger(FrameIndex);
8139 /// FrameIndex
H A DSelectionDAGBuilder.cpp1311 // If the Value is a frame index, we can create a FrameIndex debug value
6706 const int FrameIndex = SI->second; local
6711 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize,
8707 /// FrameIndex operands are converted to TargetFrameIndex so that ISEL does not
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3944 int FrameIndex = MFI.CreateFixedObject(ArgSize, ArgOffset, false); local
3945 SDValue FIN = DAG.getFrameIndex(FrameIndex, PtrVT);
3962 return FrameIndex;
3979 int FrameIndex = StoreByValRegs(CCInfo, DAG, dl, Chain, nullptr, local
3983 AFI->setVarArgsFrameIndex(FrameIndex);
4158 int FrameIndex = StoreByValRegs( local
4161 InVals.push_back(DAG.getFrameIndex(FrameIndex, PtrVT));
12752 InNode->getOperand(1).getOpcode() == ISD::FrameIndex &&
12754 // TODO: Should this be done for non-FrameIndex operands?
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp995 unsigned FrameIndex; member in struct:__anon19::EvalInfo::StdAllocatorCaller
997 explicit operator bool() const { return FrameIndex != 0; };

Completed in 392 milliseconds

12345