/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 556 SDValue Val = DAG.getCopyFromReg(Chain, DL, Reg, VT); 565 Regs.push_back(Val); 580 InVals.push_back(Val); [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 99 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { 102 PostfixStack.push_back(std::make_pair(Op, Val)); 173 int64_t Val; 181 Val = Op1.second + Op2.second; 182 OperandStack.push_back(std::make_pair(IC_IMM, Val)); 185 Val = Op1.second - Op2.second; 186 OperandStack.push_back(std::make_pair(IC_IMM, Val)); 191 Val = Op1.second * Op2.second; 192 OperandStack.push_back(std::make_pair(IC_IMM, Val)); 198 Val = Op1.second / Op2.second [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 364 SDValue Val = Op1.getOperand(0); 365 if (Val.getOpcode() == ISD::TargetGlobalTLSAddress) 590 static bool isDispSafeForFrameIndex(int64_t Val) { 597 return isInt<31>(Val); 602 int64_t Val = AM.Disp + Offset; 605 if (!X86::isOffsetSuitableForCodeModel(Val, M, 611 !isDispSafeForFrameIndex(Val)) 614 AM.Disp = Val; [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 189 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { 190 if (Val.getOpcode() != ISD::LOAD) 193 EVT VT1 = Val.getValueType(); [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 563 unsigned Val = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue(); 564 if (Val >= NewGlobals.size()) Val = 0; // Out of bound array access. 566 Value *NewPtr = NewGlobals[Val]; 567 Type *NewTy = NewGlobals[Val]->getType(); 587 GEPI->getName() + "." + Twine(Val), GEPI); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 94 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val); 117 FAddend() { Val = nullptr; } 119 Value *getSymVal (void) const { return Val; } 122 bool isConstant() const { return Val == nullptr; } 125 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; } 127 { Coeff.set(Coefficient); Val = V; } 129 { Coeff.set(Coefficient->getValueAPF()); Val = V; } 142 assert((Val == T.Val) && "Symbolic-values disagree"); 149 // This addend has the value of "Coeff * Val" [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 668 unsigned Val = cast<ConstantInt>(MSI->getValue())->getZExtValue(); 671 APInt APVal(NumBytes*8, Val); 674 if (Val) [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 917 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false) [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 67 CheckInteger, // Fail if wrong val. 68 CheckChildInteger, // Fail if child is wrong val. 830 int64_t Val; 833 EmitIntegerMatcher(int64_t val, MVT::SimpleValueType vt) 834 : Matcher(EmitInteger), Val(val), VT(vt) {} 836 int64_t getValue() const { return Val; } 846 return cast<EmitIntegerMatcher>(M)->Val == Val && 849 unsigned getHashImpl() const override { return (Val << 4) | VT; [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmsopt.c | 727 cmsFloat64Number Val, Slope, beta; 738 Val = g ->Table16[AtBegin]; 739 Slope = (Val - BeginVal) / AtBegin; 740 beta = Val - Slope * AtBegin; 746 Val = g ->Table16[AtEnd]; 747 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases 748 beta = Val - Slope * AtEnd; [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 431 static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) { 432 switch (Val) { 470 static GlobalValue::VisibilityTypes GetDecodedVisibility(unsigned Val) { 471 switch (Val) { 479 static GlobalVariable::ThreadLocalMode GetDecodedThreadLocalMode(unsigned Val) { 480 switch (Val) { 490 static int GetDecodedCastOpcode(unsigned Val) { 491 switch (Val) { 507 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { 508 switch (Val) { [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | 454 const clang::APValue &Val) { 455 slangAssert(!Val.isUninit() && "Not a valid initializer"); 456 slangAssert((Val.getKind() == clang::APValue::Int) && 461 mOut << ((Val.getInt().getSExtValue() == 0) ? "false" : "true") << ";\n"; 466 const clang::APValue &Val) { 467 slangAssert(!Val.isUninit() && "Not a valid initializer"); 470 genInitValue(Val, false); 476 const clang::APValue &Val) { 477 slangAssert(!Val.isUninit() && "Not a valid initializer"); 484 genInitBoolExportVariable(VarName, Val); [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 122 for (const std::string &Val : WhiteList) 123 WhiteListFilenames.insert(Val); [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | [all...] |
CodeGenModule.cpp | [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 202 static unsigned getHashValue(const SDValue &Val) { 203 return ((unsigned)((uintptr_t)Val.getNode() >> 4) ^ 204 (unsigned)((uintptr_t)Val.getNode() >> 9)) + Val.getResNo(); 217 static SimpleType getSimplifiedValue(SDValue &Val) { 218 return Val.getNode(); 223 static SimpleType getSimplifiedValue(const SDValue &Val) { 224 return Val.getNode(); 234 /// Val - The value being used. 235 SDValue Val; [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 508 static bool hasImplicitComdat(size_t Val) { 509 switch (Val) { 520 static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) { 521 switch (Val) { 562 static GlobalValue::VisibilityTypes GetDecodedVisibility(unsigned Val) { 563 switch (Val) { 572 GetDecodedDLLStorageClass(unsigned Val) { 573 switch (Val) { 581 static GlobalVariable::ThreadLocalMode GetDecodedThreadLocalMode(unsigned Val) { 582 switch (Val) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeIntegerTypes.cpp | [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 122 static void advance(T &it, size_t Val) { 123 while (Val--) 141 uint32_t Val = O->getPlainRelocationSymbolNum(RE); 150 if (Addr != Val) 165 if (Addr != Val) 173 fmt << format("0x%x", Val); 179 uint64_t Val = O->getPlainRelocationSymbolNum(RE); 183 advance(SI, Val); 188 advance(SI, Val - 1); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 361 const APFloat Val = CFP->getValueAPF(); 365 if (TLI.isFPImmLegal(Val, VT)) { 367 Is64Bit ? AArch64_AM::getFP64Imm(Val) : AArch64_AM::getFP32Imm(Val); 648 unsigned Val = CI->getZExtValue(); 649 if (Val < 1 || Val > 3) 660 if (NumBytes != (1ULL << Val)) 663 Addr.setShift(Val); 730 unsigned Val = C->getValue().logBase2() [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 469 const APFloat Val = CFP->getValueAPF(); 474 if (TLI.isFPImmLegal(Val, VT)) { 478 Imm = ARM_AM::getFP64Imm(Val); 481 Imm = ARM_AM::getFP32Imm(Val); [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 175 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, 177 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, 179 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, 181 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, 183 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, 221 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, 223 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, 225 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, 231 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, 233 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val, [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | [all...] |