Searched defs:Words (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/usr.bin/make/ |
H A D | str.h | 60 typedef struct Words { struct 64 } Words; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() 241 unsigned Words = 1; in getInstructionI() local 295 unsigned Words = 1; in getInstructionII() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 75 int Words = DistanceInBytes / WordSize; in isInRage() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 150 SmallVector<std::pair<StringRef, StringRef>, 16> Words; in demangleLine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 497 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local 685 SmallVector<SDValue,4> Words[2]; in createHvxPrefixPred() local 1619 SmallVector<SDValue,4> Words; in LowerHvxBitcast() local
|
H A D | HexagonISelLowering.cpp | 2801 SmallVector<SDValue,4> Words[2]; in LowerCONCAT_VECTORS() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APInt.cpp | 2711 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() 2738 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 186 std::array<WordType,NumWords> Words; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 805 const uint64_t* Words = Val.getRawData(); in setIntValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2355 SmallVector<uint64_t, 8> Words(Vals.size()); in readWideAPInt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 1358 const uint64_t Words[]) { in LLVMConstIntOfArbitraryPrecision()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 18843 SDValue Words = DAG.getNode(ISD::SRL, DL, MVT::i32, Size, in LowerDYNAMIC_STACKALLOC() local
|