Home
last modified time | relevance | path

Searched refs:ParentNode (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp196 auto *ParentNode = CG[&ParentFunc]; in updateCallGraph() local
197 ParentNode->removeAllCalledFunctions(); in updateCallGraph()
198 buildCGN(CG, ParentNode); in updateCallGraph()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.h94 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
DR600ISelLowering.cpp2169 bool R600TargetLowering::FoldOperand(SDNode *ParentNode, unsigned SrcIdx, in FoldOperand() argument
2182 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2188 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2191 unsigned Opcode = ParentNode->getMachineOpcode(); in FoldOperand()
2198 if (ParentNode->getValueType(0).isVector()) in FoldOperand()
2225 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()
2228 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand()
2291 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32); in FoldOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.h101 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
DR600ISelLowering.cpp2071 bool R600TargetLowering::FoldOperand(SDNode *ParentNode, unsigned SrcIdx, in FoldOperand() argument
2084 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2090 Abs = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand()
2093 unsigned Opcode = ParentNode->getMachineOpcode(); in FoldOperand()
2100 if (ParentNode->getValueType(0).isVector()) in FoldOperand()
2127 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()
2130 = cast<ConstantSDNode>(ParentNode->getOperand(OtherSelIdx)); in FoldOperand()
2192 Imm = DAG.getTargetConstant(ImmValue, SDLoc(ParentNode), MVT::i32); in FoldOperand()
/external/clang/lib/AST/
DASTDiagnostic.cpp550 unsigned ParentNode = 0; member
557 DiffNode(unsigned ParentNode = 0) : ParentNode(ParentNode) {} in DiffNode()
709 CurrentNode = FlatTree[CurrentNode].ParentNode; in Up()
745 ReadNode = FlatTree[ReadNode].ParentNode; in Parent()