Searched defs:Parts (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | CommentToXML.cpp | 443 FullCommentParts Parts(C, Traits); in visitFullComment() local 817 FullCommentParts Parts(C, Traits); in visitFullComment() local
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenRegisters.cpp | 72 std::vector<Record*> Parts = in updateComponents() local 350 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local 439 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first); in computeSecondarySubRegs() local 1095 getConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts) { in getConcatSubRegIndex()
|
| D | CodeGenRegisters.h | 547 addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts, in addConcatSubRegIndex()
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APFloat.cpp | 705 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local 727 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local 3829 integerPart *Parts = significandParts(); in next() local 3851 integerPart *Parts = significandParts(); in next() local
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypesGeneric.cpp | 314 SDValue Parts[2]; in IntegerToVector() local
|
| D | SelectionDAGBuilder.cpp | 102 const SDValue *Parts, in getCopyFromParts() 223 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector() 340 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToParts() 472 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector() 690 SmallVector<SDValue, 8> Parts; in getCopyFromRegs() local 784 SmallVector<SDValue, 8> Parts(NumRegs); in getCopyToRegs() local 1263 SmallVector<SDValue, 4> Parts(NumParts); in visitRet() local 7044 SmallVector<SDValue, 4> Parts(NumParts); in LowerCallTo() local
|
| D | LegalizeFloatTypes.cpp | 1224 ArrayRef<uint64_t> Parts; in ExpandFloatRes_XINT_TO_FP() local
|
| D | LegalizeIntegerTypes.cpp | 721 SmallVector<SDValue, 8> Parts(NumRegs); in PromoteIntRes_VAARG() local
|
| D | DAGCombiner.cpp | 2990 static bool isBSwapHWordElement(SDValue N, SmallVectorImpl<SDNode *> &Parts) { in isBSwapHWordElement() 3070 SmallVector<SDNode*,4> Parts(4, (SDNode*)0); in MatchBSwapHWord() local
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 327 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local
|
| /freebsd-10-stable/contrib/llvm/include/llvm/TableGen/ |
| D | Record.h | 1739 SmallVector<std::pair< bool, StringRef>, 4> Parts; member
|