Home
last modified time | relevance | path

Searched defs:ValNo (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp21 static bool f64AssignAPCS(unsigned ValNo, MVT ValVT, MVT LocVT, in f64AssignAPCS()
49 static bool CC_ARM_APCS_Custom_f64(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_ARM_APCS_Custom_f64()
62 static bool f64AssignAAPCS(unsigned ValNo, MVT ValVT, MVT LocVT, in f64AssignAAPCS()
102 static bool CC_ARM_AAPCS_Custom_f64(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_ARM_AAPCS_Custom_f64()
114 static bool f64RetAssign(unsigned ValNo, MVT ValVT, MVT LocVT, in f64RetAssign()
134 static bool RetCC_ARM_APCS_Custom_f64(unsigned ValNo, MVT ValVT, MVT LocVT, in RetCC_ARM_APCS_Custom_f64()
145 static bool RetCC_ARM_AAPCS_Custom_f64(unsigned ValNo, MVT ValVT, MVT LocVT, in RetCC_ARM_AAPCS_Custom_f64()
169 static bool CC_ARM_AAPCS_Custom_Aggregate(unsigned ValNo, MVT ValVT, in CC_ARM_AAPCS_Custom_Aggregate()
288 static bool CustomAssignInRegList(unsigned ValNo, MVT ValVT, MVT LocVT, in CustomAssignInRegList()
299 static bool CC_ARM_AAPCS_Custom_f16(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_ARM_AAPCS_Custom_f16()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.h151 bool WasOriginalArgF128(unsigned ValNo) { return OriginalArgWasF128[ValNo]; } in WasOriginalArgF128()
152 bool WasOriginalArgFloat(unsigned ValNo) { in WasOriginalArgFloat()
155 bool WasOriginalArgVectorFloat(unsigned ValNo) const { in WasOriginalArgVectorFloat()
158 bool WasOriginalRetVectorFloat(unsigned ValNo) const { in WasOriginalRetVectorFloat()
161 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; } in IsCallOperandFixed()
H A DMipsFastISel.cpp277 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP32()
283 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP64()
H A DMipsISelLowering.cpp2850 static bool CC_MipsO32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32()
2962 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP32()
2970 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP64()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.cpp24 static bool CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_PPC32_SVR4_Custom_Dummy()
31 static bool CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignArgRegs()
59 unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, in CC_PPC32_SVR4_Custom_SkipLastArgRegsPPCF128()
81 static bool CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
109 static bool CC_PPC32_SPE_CustomSplitFP64(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SPE_CustomSplitFP64()
138 static bool CC_PPC32_SPE_RetF64(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SPE_RetF64()
H A DPPCCCState.h37 bool WasOriginalArgPPCF128(unsigned ValNo) { return OriginalArgWasPPCF128[ValNo]; } in WasOriginalArgPPCF128()
61 for (unsigned ValNo = 0, E = Outs.size(); ValNo != E; ++ValNo) in AnalyzeCallOperands() local
68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.cpp26 static bool CC_X86_32_RegCall_Assign2Regs(unsigned &ValNo, MVT &ValVT, in CC_X86_32_RegCall_Assign2Regs()
90 static bool CC_X86_VectorCallAssignRegister(unsigned &ValNo, MVT &ValVT, in CC_X86_VectorCallAssignRegister()
128 static bool CC_X86_64_VectorCall(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_X86_64_VectorCall()
188 static bool CC_X86_32_VectorCall(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_X86_32_VectorCall()
237 static bool CC_X86_32_MCUInReg(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_X86_32_MCUInReg()
297 static bool CC_X86_Intr(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_X86_Intr()
333 static bool CC_X86_64_Pointer(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_X86_64_Pointer()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed()
86 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; } in IsShortVector()
94 inline bool CC_SystemZ_I128Indirect(unsigned &ValNo, MVT &ValVT, in CC_SystemZ_I128Indirect()
143 inline bool CC_XPLINK64_Shadow_Reg(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_XPLINK64_Shadow_Reg()
165 inline bool CC_XPLINK64_Allocate128BitVararg(unsigned &ValNo, MVT &ValVT, in CC_XPLINK64_Allocate128BitVararg()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp105 unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, in CC_AArch64_Custom_Stack_Block()
123 static bool CC_AArch64_Custom_Block(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_AArch64_Custom_Block()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h79 static CCValAssign getReg(unsigned ValNo, MVT ValVT, in getReg()
93 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT, in getCustomReg()
102 static CCValAssign getMem(unsigned ValNo, MVT ValVT, in getMem()
116 static CCValAssign getCustomMem(unsigned ValNo, MVT ValVT, in getCustomMem()
H A DLiveInterval.h309 inline VNInfo *getValNumInfo(unsigned ValNo) { in getValNumInfo()
312 inline const VNInfo *getValNumInfo(unsigned ValNo) const { in getValNumInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCallingConv.h39 inline bool CC_M68k_Any_AssignToReg(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_M68k_Any_AssignToReg()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp597 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier()
621 static void HandleIntegerSModifier(unsigned ValNo, in HandleIntegerSModifier()
631 static void HandleOrdinalModifier(unsigned ValNo, in HandleOrdinalModifier()
672 static bool EvalPluralExpr(unsigned ValNo, const char *Start, const char *End) { in EvalPluralExpr()
738 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp161 VNInfo *ValNo = I->valno; in extendSegmentEndTo() local
189 VNInfo *ValNo = I->valno; in extendSegmentStartTo() local
519 void LiveRange::markValNoForDeletion(VNInfo *ValNo) { in markValNoForDeletion()
592 VNInfo *ValNo = I->valno; in removeSegment() local
632 void LiveRange::removeValNo(VNInfo *ValNo) { in removeValNo()
H A DRegisterCoalescer.cpp1272 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn(); in reMaterializeTrivialDef() local
2628 JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { in analyzeValue()
2860 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment()
2924 taintExtent(unsigned ValNo, LaneBitmask TaintedLanes, JoinVals &Other, in taintExtent()
3045 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue()
H A DCallingConvLower.cpp44 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, MVT LocVT, in HandleByVal()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp274 if (const VNInfo *ValNo = LIS.getInterval(Reg).getVNInfoBefore( in getVRegDef() local
657 VNInfo *ValNo = LI.getVNInfoAt(DefIdx); in moveAndTeeForMultiUse() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp222 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp615 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in run() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp41 static bool CC_Sparc_Assign_SRet(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_SRet()
54 static bool CC_Sparc_Assign_Split_64(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_Split_64()
80 static bool CC_Sparc_Assign_Ret_Split_64(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_Ret_Split_64()
104 static bool CC_Sparc64_Full(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Full()
149 static bool CC_Sparc64_Half(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Half()
/netbsd/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp157 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { in PrintOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2568 BasicBlock *Curr, unsigned int ValNo) { in performScalarPREInsertion()
2649 uint32_t ValNo = VN.lookup(CurInst); in performScalarPRE() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1572 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1606 unsigned ValNo = 0; in ParseCommandLineOptions() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp495 unsigned ValNo = 0; in AnalyzeArguments() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp369 static bool CC_Lanai32_VarArg(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_Lanai32_VarArg()

12