HomeSort by relevance Sort by last modified time
    Searched refs:Val (Results 276 - 295 of 295) sorted by null

<<1112

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 128 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
129 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 436 void APNumericStorage::setIntValue(ASTContext &C, const llvm::APInt &Val) {
440 BitWidth = Val.getBitWidth();
441 unsigned NumWords = Val.getNumWords();
442 const uint64_t* Words = Val.getRawData();
447 VAL = Words[0];
449 VAL = 0;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 140 void AnalyzeNewValue(SDValue &Val);
499 /// if Op is a v1i32, Op = < i32 val >, this method returns val, an i32.
    [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 75 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) {
77 pVal[0] = val;
78 if (isSigned && int64_t(val) < 0)
92 VAL = bigVal[0];
106 : BitWidth(numBits), VAL(0) {
111 : BitWidth(numBits), VAL(0) {
116 : BitWidth(numbits), VAL(0) {
136 VAL = 0;
143 VAL = RHS.VAL;
435 uint64_t* val = getMemory(numWords); local
443 uint64_t *val = getMemory(numWords); local
451 uint64_t *val = getMemory(numWords); local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 833 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
834 B.CreateMemSet(CI->getArgOperand(0), Val, CI->getArgOperand(2), 1);
    [all...]
  /external/clang/include/clang/AST/
Type.h 893 static SimpleType getSimplifiedValue(const ::clang::QualType &Val) {
894 return Val.getTypePtr();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2096 milliseconds

<<1112