Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMCallingConv.h28 static bool f64AssignAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64AssignAPCS()
58 static bool CC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_ARM_APCS_Custom_f64()
71 static bool f64AssignAAPCS(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64AssignAAPCS()
112 static bool CC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_ARM_AAPCS_Custom_f64()
124 static bool f64RetAssign(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in f64RetAssign()
144 static bool RetCC_ARM_APCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in RetCC_ARM_APCS_Custom_f64()
155 static bool RetCC_ARM_AAPCS_Custom_f64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in RetCC_ARM_AAPCS_Custom_f64()
179 static bool CC_ARM_AAPCS_Custom_Aggregate(unsigned &ValNo, MVT &ValVT, in CC_ARM_AAPCS_Custom_Aggregate()
/external/llvm/lib/Target/Mips/
DMipsCCState.h127 bool WasOriginalArgF128(unsigned ValNo) { return OriginalArgWasF128[ValNo]; } in WasOriginalArgF128()
128 bool WasOriginalArgFloat(unsigned ValNo) { in WasOriginalArgFloat()
131 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; } in IsCallOperandFixed()
DMipsFastISel.cpp214 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP32()
220 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32_FP64()
DMipsISelLowering.cpp2369 static bool CC_MipsO32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32()
2458 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP32()
2466 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP64()
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed()
79 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; } in IsShortVector()
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.h66 unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, in CC_AArch64_Custom_Stack_Block()
84 static bool CC_AArch64_Custom_Block(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_AArch64_Custom_Block()
/external/llvm/lib/Target/X86/
DX86CallingConv.h23 inline bool CC_X86_32_VectorCallIndirect(unsigned &ValNo, MVT &ValVT, in CC_X86_32_VectorCallIndirect()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h77 static CCValAssign getReg(unsigned ValNo, MVT ValVT, in getReg()
91 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT, in getCustomReg()
100 static CCValAssign getMem(unsigned ValNo, MVT ValVT, in getMem()
114 static CCValAssign getCustomMem(unsigned ValNo, MVT ValVT, in getCustomMem()
DLiveInterval.h293 inline VNInfo *getValNumInfo(unsigned ValNo) { in getValNumInfo()
296 inline const VNInfo *getValNumInfo(unsigned ValNo) const { in getValNumInfo()
/external/clang/lib/Basic/
DDiagnostic.cpp448 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, in HandleSelectModifier()
472 static void HandleIntegerSModifier(unsigned ValNo, in HandleIntegerSModifier()
482 static void HandleOrdinalModifier(unsigned ValNo, in HandleOrdinalModifier()
524 static bool EvalPluralExpr(unsigned ValNo, const char *Start, const char *End) { in EvalPluralExpr()
590 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, in HandlePluralModifier()
/external/llvm/lib/CodeGen/
DLiveInterval.cpp113 VNInfo *ValNo = I->valno; in extendSegmentEndTo() local
141 VNInfo *ValNo = I->valno; in extendSegmentStartTo() local
462 void LiveRange::markValNoForDeletion(VNInfo *ValNo) { in markValNoForDeletion()
529 VNInfo *ValNo = I->valno; in removeSegment() local
569 void LiveRange::removeValNo(VNInfo *ValNo) { in removeValNo()
DRegisterCoalescer.cpp883 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn(); in reMaterializeTrivialDef() local
1908 JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { in analyzeValue()
2129 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment()
2183 taintExtent(unsigned ValNo, LaneBitmask TaintedLanes, JoinVals &Other, in taintExtent()
2303 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue()
DCallingConvLower.cpp44 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, in HandleByVal()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp145 CC_Hexagon_VarArg (unsigned ValNo, MVT ValVT, in CC_Hexagon_VarArg()
220 static bool CC_Hexagon (unsigned ValNo, MVT ValVT, MVT LocVT, in CC_Hexagon()
272 static bool CC_Hexagon32(unsigned ValNo, MVT ValVT, in CC_Hexagon32()
290 static bool CC_Hexagon64(unsigned ValNo, MVT ValVT, in CC_Hexagon64()
315 static bool CC_HexagonVector(unsigned ValNo, MVT ValVT, in CC_HexagonVector()
384 static bool RetCC_Hexagon(unsigned ValNo, MVT ValVT, in RetCC_Hexagon()
443 static bool RetCC_Hexagon32(unsigned ValNo, MVT ValVT, in RetCC_Hexagon32()
459 static bool RetCC_Hexagon64(unsigned ValNo, MVT ValVT, in RetCC_Hexagon64()
474 static bool RetCC_HexagonVector(unsigned ValNo, MVT ValVT, in RetCC_HexagonVector()
/external/llvm/lib/Analysis/
DIVUsers.cpp172 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp575 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in runOnFunction() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp39 static bool CC_Sparc_Assign_SRet(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_SRet()
52 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()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp399 unsigned ValNo = 0; in LowerCall() local
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp158 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { in PrintOperation()
/external/llvm/lib/Support/
DCommandLine.cpp1010 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1044 unsigned ValNo = 0; in ParseCommandLineOptions() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2536 unsigned int ValNo) { in performScalarPREInsertion()
2599 uint32_t ValNo = VN.lookup(CurInst); in performScalarPRE() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp315 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local
357 unsigned ValNo = (unsigned)Record[Slot]; in getValue() local
368 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp297 unsigned ValNo = 0; in AnalyzeArguments() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2566 bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_PPC32_SVR4_Custom_Dummy()
2573 bool llvm::CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignArgRegs()
2600 bool llvm::CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp34 static bool allocateStack(unsigned ValNo, MVT ValVT, MVT LocVT, in allocateStack()