Searched defs:ValNo (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h29 static bool CC_Hexagon32_VarArgs(unsigned ValNo, EVT ValVT, argument
98 static bool RetCC_Hexagon32_VarArgs(unsigned ValNo, EVT ValVT, argument
H A DHexagonCallingConvLower.cpp41 void Hexagon_CCState::HandleByVal(unsigned ValNo, EVT ValVT, argument
H A DHexagonISelLowering.cpp82 CC_Hexagon_VarArg (unsigned ValNo, MVT ValVT, argument
121 CC_Hexagon(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
159 CC_Hexagon32(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
177 CC_Hexagon64(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
202 RetCC_Hexagon(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
233 RetCC_Hexagon32(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
249 RetCC_Hexagon64(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMCallingConv.h28 static bool f64AssignAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, argument
58 static bool CC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, argument
71 static bool f64AssignAAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, argument
106 CC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
118 f64RetAssign(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, CCState &State) argument
138 RetCC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
149 RetCC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DCallingConvLower.cpp42 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, argument
H A DLiveIntervalAnalysis.cpp219 VNInfo *ValNo = interval.getNextValue(defIndex, VNInfoAllocator); local
269 ValNo); local
330 VNInfo *ValNo = interval.createValueCopy(OldValNo, VNInfoAllocator); local
356 VNInfo *ValNo local
[all...]
H A DRegisterCoalescer.cpp697 VNInfo *ValNo = BValNo; local
720 VNInfo *ValNo = SrcLR->valno; local
1365 analyzeValue(unsigned ValNo, JoinVals &Other) argument
1551 computeAssignment(unsigned ValNo, JoinVals &Other) argument
1614 taintExtent(unsigned ValNo, unsigned TaintedLanes, JoinVals &Other, SmallVectorImpl<std::pair<SlotIndex, unsigned> > &TaintExtent) argument
1740 isPrunedValue(unsigned ValNo, JoinVals &Other) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DIVUsers.cpp162 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); local
/macosx-10.10/llvmCore-3425.0.34/utils/PerfectShuffle/
H A DPerfectShuffle.cpp158 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { argument
160 std::cerr << "t" << ValNo; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DCallingConvLower.h47 unsigned ValNo; member in class:llvm::CCValAssign
68 static CCValAssign getReg(unsigned ValNo, MVT ValVT, argument
82 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT, argument
91 static CCValAssign getMem(unsigned ValNo, MVT ValVT, argument
105 getCustomMem(unsigned ValNo, MVT ValVT, unsigned Offset, MVT LocVT, LocInfo HTP) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCommandLine.cpp747 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); local
781 unsigned ValNo = 0; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp656 static bool CC_MBlaze_AssignReg(unsigned &ValNo, MVT &ValVT, MVT &LocVT, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp36 static bool CC_Sparc_Assign_SRet(unsigned &ValNo, MVT &ValVT, argument
49 static bool CC_Sparc_Assign_f64(unsigned &ValNo, MVT &ValVT, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp2425 uint32_t ValNo = VN.lookup(CurInst); local
H A DObjCARC.cpp4168 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp2517 static bool CC_MipsO32(unsigned ValNo, MVT ValVT, argument
2615 static bool CC_Mips64Byval(unsigned ValNo, MVT ValVT, MVT LocVT, argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1627 static bool CC_PPC_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT, argument
1634 static bool CC_PPC_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT, argument
1661 static bool CC_PPC_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT, argument

Completed in 309 milliseconds