Searched refs:ParentNode (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 212 uint64_t Pred = Nodes[Now].ParentNode; in computeAugmentingPathCapacity() 229 Node.ParentNode = uint64_t(-1); in findAugmentingPath() 270 Nodes[Dst].ParentNode = Src; in findAugmentingPath() 290 uint64_t Pred = Nodes[Now].ParentNode; in augmentFlowAlongPath() 520 uint64_t ParentNode; member
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.h | 109 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
|
| H A D | R600ISelLowering.cpp | 1927 bool R600TargetLowering::FoldOperand(SDNode *ParentNode, unsigned SrcIdx, in FoldOperand() argument 1940 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand() 1946 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand() 1949 unsigned Opcode = ParentNode->getMachineOpcode(); in FoldOperand() 1956 if (ParentNode->getValueType(0).isVector()) in FoldOperand() 1983 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand() 1986 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand() 2047 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32); in FoldOperand()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 615 unsigned ParentNode = 0; member 622 DiffNode(unsigned ParentNode = 0) : ParentNode(ParentNode) {} in DiffNode() 773 CurrentNode = FlatTree[CurrentNode].ParentNode; in Up() 809 ReadNode = FlatTree[ReadNode].ParentNode; in Parent()
|