HomeSort by relevance Sort by last modified time
    Searched full:numbytes (Results 176 - 200 of 230) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 448 unsigned NumBytes = CCInfo.getNextStackOffset();
515 Chain = DAG.getCALLSEQ_START(Chain, DAG.getConstant(NumBytes,
591 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 478 unsigned NumBytes = CCInfo.getNextStackOffset();
480 Chain = DAG.getCALLSEQ_START(Chain ,DAG.getConstant(NumBytes,
587 DAG.getConstant(NumBytes, getPointerTy(), true),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 222 if (Constant *NumBytes = dyn_cast<Constant>(MI->getLength())) {
223 if (NumBytes->isNullValue())
226 if (ConstantInt *CI = dyn_cast<ConstantInt>(NumBytes))
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 297 void *reserveSpace(int32_t numBytes, UErrorCode &status);
  /external/clang/include/clang/Basic/
Attr.td 722 let Args = [ExprArgument<"NumBytes">];
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 537 int SPDiff, unsigned NumBytes,
  /frameworks/rs/
rsAllocation.cpp 384 ALOGE("failed to read allocation because numbytes written is not the same loaded type wants\n");
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 717 unsigned NumBytes = ArgCCInfo.getNextStackOffset();
720 Chain = DAG.getCALLSEQ_START(Chain, DAG.getConstant(NumBytes, PtrVT, true),
810 DAG.getConstant(NumBytes, PtrVT, true),
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 660 unsigned NumBytes = static_cast<unsigned>(SNumBytes);
664 APInt APVal(NumBytes*8, Val);
668 for (unsigned i = 1; i != NumBytes; ++i)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 1110 milliseconds

1 2 3 4 5 6 78 910