Searched refs:ParentNode (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 196 auto *ParentNode = CG[&ParentFunc]; in updateCallGraph() local 197 ParentNode->removeAllCalledFunctions(); in updateCallGraph() 198 buildCGN(CG, ParentNode); in updateCallGraph()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 94 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
|
D | R600ISelLowering.cpp | 2169 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/ |
D | R600ISelLowering.h | 101 bool FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src,
|
D | R600ISelLowering.cpp | 2071 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/ |
D | ASTDiagnostic.cpp | 550 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()
|