/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstBuilder.h | 37 MCInstBuilder &addImm(int64_t Val) { in addImm() 43 MCInstBuilder &addFPImm(double Val) { in addFPImm() 49 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() 55 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
|
D | MCInst.h | 80 void setImm(int64_t Val) { in setImm() 90 void setFPImm(double Val) { in setFPImm() 100 void setExpr(const MCExpr *Val) { in setExpr() 110 void setInst(const MCInst *Val) { in setInst() 122 static MCOperand createImm(int64_t Val) { in createImm() 129 static MCOperand createFPImm(double Val) { in createFPImm() 136 static MCOperand createExpr(const MCExpr *Val) { in createExpr() 143 static MCOperand createInst(const MCInst *Val) { in createInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 97 void testValue(FromType Val, size_t &TotalTests, size_t &Passes, in testValue() 253 bool Val = ValsUi1[i]; in main() local 257 uint8_t Val = ValsUi8[i]; in main() local 261 myint8_t Val = ValsSi8[i]; in main() local 265 uint16_t Val = ValsUi16[i]; in main() local 269 int16_t Val = ValsSi16[i]; in main() local 273 uint32_t Val = ValsUi32[i]; in main() local 279 int32_t Val = ValsSi32[i]; in main() local 283 uint64 Val = ValsUi64[i]; in main() local 289 int64 Val = ValsSi64[i]; in main() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 852 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 856 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 867 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 873 StringRef &Val) { in input() 878 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() 884 std::string &Val) { in input() 889 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 896 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 906 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 912 uint16_t &Val) { in input() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 59 auto Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1)); in readFromIR() local 137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() 143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 149 void AMDGPUPALMetadata::setSpiPsInputEna(unsigned Val) { in setSpiPsInputEna() 155 void AMDGPUPALMetadata::setSpiPsInputAddr(unsigned Val) { in setSpiPsInputAddr() 173 void AMDGPUPALMetadata::setRegister(unsigned Reg, unsigned Val) { in setRegister() 198 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs() 214 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs() 228 void AMDGPUPALMetadata::setScratchSize(CallingConv::ID CC, unsigned Val) { in setScratchSize() 560 unsigned Val = I->second.getUInt(); in toString() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Twine.h | 307 explicit Twine(char Val) : LHSKind(CharKind) { in Twine() 312 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine() 317 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine() 322 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine() 327 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine() 332 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine() 337 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine() 342 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine() 347 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { in Twine() 387 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
D | ScopedHashTable.h | 50 V Val; variable 112 void setLastValInScope(ScopedHashTableVal<K, V> *Val) { in setLastValInScope() 194 void insert(const K &Key, const V &Val) { in insert() 216 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Twine.h | 306 explicit Twine(char Val) in Twine() 312 explicit Twine(signed char Val) in Twine() 318 explicit Twine(unsigned char Val) in Twine() 324 explicit Twine(unsigned Val) in Twine() 330 explicit Twine(int Val) in Twine() 336 explicit Twine(const unsigned long &Val) in Twine() 342 explicit Twine(const long &Val) in Twine() 348 explicit Twine(const unsigned long long &Val) in Twine() 354 explicit Twine(const long long &Val) in Twine() 395 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
D | DenseMap.h | 122 size_type count(const KeyT &Val) const { in count() 127 iterator find(const KeyT &Val) { in find() 133 const_iterator find(const KeyT &Val) const { in find() 146 iterator find_as(const LookupKeyT &Val) { in find_as() 153 const_iterator find_as(const LookupKeyT &Val) const { in find_as() 162 ValueT lookup(const KeyT &Val) const { in lookup() 223 const LookupKeyT &Val) { in insert_as() 243 bool erase(const KeyT &Val) { in erase() 384 static unsigned getHashValue(const KeyT &Val) { in getHashValue() 388 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCExpr.cpp | 84 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend() 90 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() 97 void HexagonMCExpr::setS27_2_reloc(bool Val) { in setS27_2_reloc() 113 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 279 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 302 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local 338 Metadata *Val) { in addModuleFlag() 346 Constant *Val) { in addModuleFlag() 350 uint32_t Val) { in addModuleFlag() 470 auto *Val = in getNumberRegisterParameters() local 478 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local 485 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() local 505 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local 519 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() local [all …]
|
D | ProfileSummary.cpp | 27 uint64_t Val) { in getKeyValMD() 37 const char *Val) { in getKeyValMD() 84 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() 100 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 43 unsigned Val; in setBinding() local 66 uint32_t Val = (Flags >> ELF_STB_Shift) & 3; in getBinding() local 93 unsigned Val; in setType() local 124 uint32_t Val = (Flags >> ELF_STT_Shift) & 7; in getType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 230 pointer toPointer(pointer Val) { in toPointer() 234 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 236 pointer toPointer(wrap *Val) { in toPointer() 240 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 279 const ConstantInt &Val) { in buildConstant() 299 int64_t Val) { in buildConstant() 307 const ConstantFP &Val) { in buildFConstant() 332 const APInt &Val) { in buildConstant() 338 double Val) { in buildFConstant() 347 const APFloat &Val) { in buildFConstant() 380 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore() 724 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() 730 MachineIRBuilder::buildExtractVectorElement(const DstOp &Res, const SrcOp &Val, in buildExtractVectorElement() 789 const SrcOp &Addr, const SrcOp &Val, in buildAtomicRMW() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZ.h | 160 static inline bool isImmLL(uint64_t Val) { in isImmLL() 165 static inline bool isImmLH(uint64_t Val) { in isImmLH() 170 static inline bool isImmHL(uint64_t Val) { in isImmHL() 175 static inline bool isImmHH(uint64_t Val) { in isImmHH() 180 static inline bool isImmLF(uint64_t Val) { in isImmLF() 185 static inline bool isImmHF(uint64_t Val) { in isImmHF()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 240 pointer toPointer(pointer Val) { in toPointer() 244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 246 pointer toPointer(wrap *Val) { in toPointer() 250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFLAliasAnalysisUtils.h | 38 auto *Val = getValPtr(); in removeSelfFromCache() local 44 static inline const Function *parentFunctionOfValue(const Value *Val) { in parentFunctionOfValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 152 size_type count(const KeyT &Val) const { in count() 156 iterator find(const KeyT &Val) { in find() 159 const_iterator find(const KeyT &Val) const { in find() 165 ValueT lookup(const KeyT &Val) const { in lookup() 191 bool erase(const KeyT &Val) { in erase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | YAML.cpp | 23 const yaml::BinaryRef &Val, void *, raw_ostream &Out) { in output() 28 yaml::BinaryRef &Val) { in input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1423 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() 1440 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1449 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand() 1486 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand() 1521 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() 1568 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() 1592 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand() 1617 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand() 1928 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand() 2546 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 185 Constant *Val; in evaluateBitcastFromPtr() local 221 if (Constant *Val = findMemLoc(P)) in ComputeLoadResult() local 244 Constant *Val = in ComputeLoadResult() local 354 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() local 502 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock() local 621 ConstantInt *Val = in EvaluateBlock() local 626 Value *Val = getVal(IBI->getAddress())->stripPointerCasts(); in EvaluateBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
D | RISCVMatInt.cpp | 19 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq() 78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.h | 52 SDValue getLocation(SDValue Val) { in getLocation() 59 void setLocation(SDValue Val, SDValue Location) { in setLocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 101 int64_t Val; in parseLEBImmediate() local 112 T Val = support::endian::read<T, support::endianness::little, 1>( in parseImmediate() local 218 int64_t Val; in getInstruction() local
|