| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMCallingConv.h | 28 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()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCCState.h | 127 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()
|
| HD | MipsFastISel.cpp | 214 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()
|
| HD | MipsISelLowering.cpp | 2356 static bool CC_MipsO32(unsigned ValNo, MVT ValVT, MVT LocVT, in CC_MipsO32() 2445 static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP32() 2453 static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, in CC_MipsO32_FP64()
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZCallingConv.h | 78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() 79 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; } in IsShortVector()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64CallingConvention.h | 68 unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, in CC_AArch64_Custom_Stack_Block() 86 static bool CC_AArch64_Custom_Block(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_AArch64_Custom_Block()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | CallingConvLower.h | 77 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()
|
| HD | LiveInterval.h | 292 inline VNInfo *getValNumInfo(unsigned ValNo) { in getValNumInfo() 295 inline const VNInfo *getValNumInfo(unsigned ValNo) const { in getValNumInfo()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86CallingConv.h | 23 inline bool CC_X86_32_VectorCallIndirect(unsigned &ValNo, MVT &ValVT, in CC_X86_32_VectorCallIndirect()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | Diagnostic.cpp | 448 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()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | LiveInterval.cpp | 114 VNInfo *ValNo = I->valno; in extendSegmentEndTo() local 142 VNInfo *ValNo = I->valno; in extendSegmentStartTo() local 463 void LiveRange::markValNoForDeletion(VNInfo *ValNo) { in markValNoForDeletion() 530 VNInfo *ValNo = I->valno; in removeSegment() local 570 void LiveRange::removeValNo(VNInfo *ValNo) { in removeValNo()
|
| HD | RegisterCoalescer.cpp | 893 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn(); in reMaterializeTrivialDef() local 1918 JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) { in analyzeValue() 2139 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() 2193 taintExtent(unsigned ValNo, unsigned TaintedLanes, JoinVals &Other, in taintExtent() 2313 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue()
|
| HD | CallingConvLower.cpp | 43 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, in HandleByVal()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.cpp | 132 CC_Hexagon_VarArg (unsigned ValNo, MVT ValVT, in CC_Hexagon_VarArg() 177 CC_Hexagon (unsigned ValNo, MVT ValVT, in CC_Hexagon() 220 static bool CC_Hexagon32(unsigned ValNo, MVT ValVT, in CC_Hexagon32() 238 static bool CC_Hexagon64(unsigned ValNo, MVT ValVT, in CC_Hexagon64() 263 static bool RetCC_Hexagon(unsigned ValNo, MVT ValVT, in RetCC_Hexagon() 300 static bool RetCC_Hexagon32(unsigned ValNo, MVT ValVT, in RetCC_Hexagon32() 316 static bool RetCC_Hexagon64(unsigned ValNo, MVT ValVT, in RetCC_Hexagon64()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | IVUsers.cpp | 172 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in AddUsersImpl() local
|
| /NextBSD/contrib/llvm/lib/Transforms/ObjCARC/ |
| HD | ObjCARCContract.cpp | 575 unsigned ValNo = PHINode::getIncomingValueNumForOperand(OperandNo); in runOnFunction() local
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcISelLowering.cpp | 39 static bool CC_Sparc_Assign_SRet(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_SRet() 52 static bool CC_Sparc_Assign_f64(unsigned &ValNo, MVT &ValVT, in CC_Sparc_Assign_f64() 81 static bool CC_Sparc64_Full(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Full() 126 static bool CC_Sparc64_Half(unsigned &ValNo, MVT &ValVT, in CC_Sparc64_Half()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | CommandLine.cpp | 1011 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local 1045 unsigned ValNo = 0; in ParseCommandLineOptions() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | GVN.cpp | 2432 unsigned int ValNo) { in performScalarPREInsertion() 2488 uint32_t ValNo = VN.lookup(CurInst); in performScalarPRE() local
|
| /NextBSD/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 289 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local 331 unsigned ValNo = (unsigned)Record[Slot]; in getValue() local 342 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]); in getValueSigned() local
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430ISelLowering.cpp | 301 unsigned ValNo = 0; in AnalyzeArguments() local
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.cpp | 2545 bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT, in CC_PPC32_SVR4_Custom_Dummy() 2552 bool llvm::CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignArgRegs() 2579 bool llvm::CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT, in CC_PPC32_SVR4_Custom_AlignFPArgRegs()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUISelLowering.cpp | 74 static bool allocateStack(unsigned ValNo, MVT ValVT, MVT LocVT, in allocateStack()
|