/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 205 assert(0 < Words && Words < 4 && "Incorrect number of words"); in getDecoderTable() argument 241 unsigned Words = 1; getInstructionI() local 295 unsigned Words = 1; getInstructionII() local [all...] |
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 75 int Words = DistanceInBytes / WordSize; in isInRage() local
|
/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 137 SmallVector<std::pair<StringRef, StringRef>, 16> Words; demangleLine() local
|
/llvm-project/polly/lib/Support/ |
H A D | GICHelper.cpp | 41 unsigned Words = Abs.getNumWords(); in isl_valFromAPInt() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 539 SmallVector<StringRef, 8> &Words, in removeDuplicatedPrefix() argument 673 SmallVector<StringRef, 8> Words; in getEnumPrefix() local 923 SmallVector<StringRef, 8> Words; fixupWithCase() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 305 llvm::StringSet<> Words = {"one", "two", "three"}; in TEST() local
|
H A D | SourceCodeTests.cpp | 346 auto Words = collectWords(R"cpp( in TEST() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Markup.cpp | 216 llvm::SmallVector<llvm::StringRef> Words; in canonicalizeSpaces() local
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 426 std::array<uint64_t, 2> Words; getModuleContextHash() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 2668 tcShiftLeft(WordType * Dst,unsigned Words,unsigned Count) tcShiftLeft() argument 2695 tcShiftRight(WordType * Dst,unsigned Words,unsigned Count) tcShiftRight() argument [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 791 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local 1037 SmallVector<SDValue,4> Words[2]; createHvxPrefixPred() local 1981 SmallVector<SDValue,4> Words; LowerHvxBitcast() local [all...] |
H A D | HexagonISelLowering.cpp | 3025 Words[IdxW ^ 1].clear(); in LowerCONCAT_VECTORS() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 182 std::array<WordType, NumWords> Words; global() member [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 956 const uint64_t* Words = Val.getRawData(); setIntValue() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3113 SmallVector<uint64_t, 8> Words(Vals.size()); readWideAPInt() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1526 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy,unsigned NumWords,const uint64_t Words[]) LLVMConstIntOfArbitraryPrecision() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20883 SDValue Words = DAG.getNode(ISD::SRL, DL, MVT::i32, Size, LowerDYNAMIC_STACKALLOC() local
|