Searched refs:RNode (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3854 TreePatternNodePtr RNode = InstResultIter->second; in parseInstructionPattern() local 3855 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef(); in parseInstructionPattern() 3856 ResNodes.push_back(std::move(RNode)); in parseInstructionPattern()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 5470 SDNode *RNode = CurDAG->getMachineNode(AHExtOpcode, dl, MVT::i32, in Select() local 5472 SDValue Result(RNode, 0); in Select() 5473 InFlag = SDValue(RNode, 1); in Select()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 674 llvm::MDNode *RNode = MDHelper.createRange(APInt(32, low), APInt(32, high)); in emitRangedBuiltin() local 677 Call->setMetadata(llvm::LLVMContext::MD_range, RNode); in emitRangedBuiltin() 16475 llvm::MDNode *RNode = MDHelper.createRange(APInt(16, 1), in EmitAMDGPUWorkGroupSize() local 16477 LD->setMetadata(llvm::LLVMContext::MD_range, RNode); in EmitAMDGPUWorkGroupSize()
|