Searched refs:NumWords (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitstreamReader.h399 unsigned NumWords = Read(bitc::BlockSizeWidth); local
403 size_t SkipTo = NextChar + NumWords*4;
431 unsigned NumWords = Read(bitc::BlockSizeWidth); local
432 if (NumWordsP) *NumWordsP = NumWords;
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp342 unsigned NumWords = 0; local
343 if (Stream.EnterSubBlock(BlockID, &NumWords))
357 outs() << " NumWords=" << NumWords
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DBitVector.h491 void init_words(BitWord *B, unsigned NumWords, bool t) {
492 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp3180 SelectionDAG &DAG, unsigned NumWords, SDValue FIN,
3187 for (unsigned i = 0; i < NumWords; ++i) {
3287 unsigned NumWords = (Flags.getByValSize() + 3) / 4; local
3288 LastFI = MFI->CreateFixedObject(NumWords * 4, VA.getLocMemOffset(),
3292 ReadByValArg(MF, Chain, dl, OutChains, DAG, NumWords, FIN, VA, Flags,
3178 ReadByValArg(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue> &OutChains, SelectionDAG &DAG, unsigned NumWords, SDValue FIN, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, const Argument *FuncArg) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPInt.cpp173 unsigned NumWords = getNumWords(); local
174 for (unsigned i = 0; i < NumWords; ++i)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DCore.h1320 unsigned NumWords,
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DCore.cpp620 unsigned NumWords,
625 makeArrayRef(Words, NumWords))));
619 LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned NumWords, const uint64_t Words[]) argument

Completed in 391 milliseconds