Home
last modified time | relevance | path

Searched defs:Val (Results 1 - 25 of 391) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp40 static void dumpApplePropertyAttribute(raw_ostream &OS, uint64_t Val) { in dumpApplePropertyAttribute() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueLattice.cpp12 raw_ostream &operator<<(raw_ostream &OS, const ValueLatticeElement &Val) { in operator <<() argument
/third_party/lzma/CPP/Common/
H A DMyTypes.h13 bool Val; member
/third_party/node/test/js-native-api/8_passing_wrapped/
H A Dmyobject.h13 double Val() const { return val_; } in Val() function in MyObject
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h60 MSVCPExpected( OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
H A DRecycler.h43 auto *Val = FreeList; in pop_val() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DYAML.cpp22 output( const yaml::BinaryRef &Val, void *, raw_ostream &Out) output() argument
27 input(StringRef Scalar, void *, yaml::BinaryRef &Val) input() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.cpp24 lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, ArrayRef<Register> VRegs) const lowerReturn() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMapInfo.h40 uintptr_t Val = static_cast<uintptr_t>(-1); in getEmptyKey() local
46 uintptr_t Val = static_cast<uintptr_t>(-2); in getTombstoneKey() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h38 auto *Val = getValPtr(); in removeSelfFromCache() local
44 static inline const Function *parentFunctionOfValue(const Value *Val) { in parentFunctionOfValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h167 inline bool isKnownNeverSNaN(Register Val, const MachineRegisterInfo &MRI) { in isKnownNeverSNaN() argument
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenfrexp.c42 double tabR[20000], Inc, Val; in create_Result_file() local
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenfabs.c41 double tabR[20000], Val; in create_Result_file() local
H A Dgenfmod.c49 double tabR[20000], Val, Val1; in create_Result_file() local
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstBuilder.h37 MCInstBuilder &addImm(int64_t Val) { in addImm() argument
43 MCInstBuilder &addFPImm(double Val) { in addFPImm() argument
49 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() argument
55 MCInstBuilder &addInst(const MCInst *Val) { in addInst() argument
H A DMCValue.h73 static MCValue get(int64_t Val) { in get() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMapInfo.h37 uintptr_t Val = static_cast<uintptr_t>(-1); in getEmptyKey() local
42 uintptr_t Val = static_cast<uintptr_t>(-2); in getTombstoneKey() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitCodes.cpp42 bool NaClBitCodeAbbrevOp::isValid(Encoding E, uint64_t Val) { in isValid() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
85 isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) isRunOfOnes64() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h52 SDValue getLocation(SDValue Val) { in getLocation() argument
59 void setLocation(SDValue Val, SDValue Location) { in setLocation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DComdat.h45 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDebugCounter.cpp67 void DebugCounter::push_back(const std::string &Val) { in push_back() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp130 APFloat Val = MO.getFPImm()->getValueAPF(); in HexagonLowerToMC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.cpp19 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq() argument
78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost() argument

Completed in 12 milliseconds

12345678910>>...16