/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 694 ValueTypeByHwMode getType(unsigned ResNo) const { in getType() 698 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() 701 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() 702 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() 703 MVT::SimpleValueType getSimpleType(unsigned ResNo) const { in getSimpleType() 707 bool hasConcreteType(unsigned ResNo) const { in hasConcreteType() 710 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const { in isTypeCompletelyUnknown() 715 unsigned getResultIndex(unsigned ResNo) const { return ResultPerm[ResNo]; } in getResultIndex() 716 void setResultIndex(unsigned ResNo, unsigned RI) { ResultPerm[ResNo] = RI; } in setResultIndex() 979 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() [all …]
|
H A D | CodeGenDAGPatterns.cpp | 1561 unsigned &ResNo) { in getOperandNum() 1591 unsigned ResNo = 0; // The result number being referenced. in ApplyTypeConstraint() local 1695 bool TreePatternNode::UpdateNodeTypeFromInst(unsigned ResNo, in UpdateNodeTypeFromInst() 2178 static TypeSetByHwMode getImplicitType(Record *R, unsigned ResNo, in getImplicitType() 2521 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints() local 2527 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints() local
|
H A D | DAGISelMatcherGen.cpp | 1079 for (unsigned ResNo = 0; ResNo < Pattern.getDstPattern()->getNumResults(); in EmitResultCode() local
|
H A D | DAGISelMatcher.h | 499 unsigned ResNo; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 70 static SDDbgOperand fromNode(SDNode *Node, unsigned ResNo) { in fromNode() 105 unsigned ResNo; ///< Valid for expressions. member
|
H A D | LegalizeTypesGeneric.cpp | 34 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 503 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in SplitRes_MERGE_VALUES()
|
H A D | LegalizeFloatTypes.cpp | 48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 207 unsigned ResNo) { in SoftenFloatRes_MERGE_VALUES() 245 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 1157 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { in ExpandFloatResult() 2196 void DAGTypeLegalizer::PromoteFloatResult(SDNode *N, unsigned ResNo) { in PromoteFloatResult() 2562 void DAGTypeLegalizer::SoftPromoteHalfResult(SDNode *N, unsigned ResNo) { in SoftPromoteHalfResult()
|
H A D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 241 unsigned ResNo) { in PromoteIntRes_MERGE_VALUES() 285 unsigned ResNo) { in PromoteIntRes_AtomicCmpSwap() 1007 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() 1281 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO() 1312 SDValue DAGTypeLegalizer::PromoteIntRes_ADDSUBCARRY(SDNode *N, unsigned ResNo) { in PromoteIntRes_ADDSUBCARRY() 1342 unsigned ResNo) { in PromoteIntRes_SADDSUBO_CARRY() 1352 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO() 2039 void DAGTypeLegalizer::ExpandIntegerResult(SDNode *N, unsigned ResNo) { in ExpandIntegerResult()
|
H A D | LegalizeVectorTypes.cpp | 36 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 250 unsigned ResNo) { in ScalarizeVecRes_OverflowOp() 288 unsigned ResNo) { in ScalarizeVecRes_MERGE_VALUES() 896 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { in SplitVectorResult() 1521 void DAGTypeLegalizer::SplitVecRes_OverflowOp(SDNode *N, unsigned ResNo, in SplitVecRes_OverflowOp() 2962 void DAGTypeLegalizer::WidenVectorResult(SDNode *N, unsigned ResNo) { in WidenVectorResult() 3469 SDValue DAGTypeLegalizer::WidenVecRes_OverflowOp(SDNode *N, unsigned ResNo) { in WidenVecRes_OverflowOp() 3760 SDValue DAGTypeLegalizer::WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) { in WidenVecRes_MERGE_VALUES()
|
H A D | LegalizeTypes.cpp | 967 SDValue DAGTypeLegalizer::DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo) { in DisintegrateMERGE_VALUES()
|
H A D | ScheduleDAGSDNodes.cpp | 122 unsigned ResNo = User->getOperand(2).getResNo(); in CheckForPhysRegDependency() local
|
H A D | InstrEmitter.cpp | 89 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, in EmitCopyFromReg()
|
H A D | TargetLowering.cpp | 4636 unsigned ResNo = 0; // ResNo - The result number of the next output. in ParseConstraints() local
|
H A D | SelectionDAGBuilder.cpp | 8382 unsigned ResNo = 0; // ResNo - The result number of the next output. in visitInlineAsm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 294 unsigned ResNo = 0; // ResNo - The result number of the next output. in lowerInlineAsm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 15018 unsigned ResNo = UI.getUse().getResNo(); in CombineVLDDUP() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41101 unsigned ResNo = InputVector.getResNo(); in combineExtractVectorElt() local
|