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

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp40 static void dumpApplePropertyAttribute(raw_ostream &OS, uint64_t Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLattice.cpp12 raw_ostream &operator<<(raw_ostream &OS, const ValueLatticeElement &Val) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h187 inline bool isKnownNeverSNaN(Register Val, const MachineRegisterInfo &MRI) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h63 token_iterator AddTokenAfter(token_iterator I, const char *Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h60 MSVCPExpected( OtherT &&Val, std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) argument
H A DEndianStream.h55 template <typename value_type> void write(ArrayRef<value_type> Val) { argument
58 template <typename value_type> void write(value_type Val) { argument
H A DRecycler.h43 auto *Val = FreeList; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DYAML.cpp22 output( const yaml::BinaryRef &Val, void *, raw_ostream &Out) argument
27 input(StringRef Scalar, void *, yaml::BinaryRef &Val) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.cpp24 lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, ArrayRef<Register> VRegs) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h38 auto *Val = getValPtr(); local
44 static inline const Function *parentFunctionOfValue(const Value *Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h24 constexpr Register(MCRegister Val): Reg(Val) {} argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp83 TokenRewriter::AddTokenBefore(token_iterator I, const char *Val) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h47 static unsigned getHashValue(clang::QualType Val) { argument
67 static unsigned getHashValue(clang::CanQualType Val) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h66 void insert(const value_type &Val) { argument
75 void insertOrReplace(const value_type &Val) { argument
134 void insert(const value_type &Val) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp27 void operator=(const std::string &Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h58 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { argument
82 isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) argument
H A DMCInstBuilder.h37 MCInstBuilder &addImm(int64_t Val) { argument
43 MCInstBuilder &addFPImm(double Val) { argument
49 MCInstBuilder &addExpr(const MCExpr *Val) { argument
55 MCInstBuilder &addInst(const MCInst *Val) { argument
H A DMCValue.h71 static MCValue get(int64_t Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DUniqueVector.h42 unsigned &Val = Map[Entry]; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h57 static unsigned getHashValue(const gsym::FileEntry &Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h45 void setSelectionKind(SelectionKind Val) { SK = Val; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h50 SDValue getLocation(SDValue Val) { argument
57 void setLocation(SDValue Val, SDValue Location) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp130 APFloat Val = MO.getFPImm()->getValueAPF(); local

Completed in 389 milliseconds

1234567891011>>