Home
last modified time | relevance | path

Searched defs:Val (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstBuilder.h37 MCInstBuilder &addImm(int64_t Val) { in addImm()
43 MCInstBuilder &addSFPImm(uint32_t Val) { in addSFPImm()
49 MCInstBuilder &addDFPImm(uint64_t Val) { in addDFPImm()
55 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr()
61 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
DMCInst.h85 void setImm(int64_t Val) { in setImm()
95 void setSFPImm(uint32_t Val) { in setSFPImm()
105 void setDFPImm(uint64_t Val) { in setDFPImm()
109 void setFPImm(double Val) { in setFPImm()
119 void setExpr(const MCExpr *Val) { in setExpr()
129 void setInst(const MCInst *Val) { in setInst()
141 static MCOperand createImm(int64_t Val) { in createImm()
148 static MCOperand createSFPImm(uint32_t Val) { in createSFPImm()
155 static MCOperand createDFPImm(uint64_t Val) { in createDFPImm()
162 static MCOperand createExpr(const MCExpr *Val) { in createExpr()
[all …]
DMCRegister.h28 constexpr MCRegister(unsigned Val = 0): Reg(Val) {} in Reg() argument
66 static MCRegister from(unsigned Val) { in from()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp60 auto Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1)); in readFromIR() local
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
150 void AMDGPUPALMetadata::setSpiPsInputEna(unsigned Val) { in setSpiPsInputEna()
156 void AMDGPUPALMetadata::setSpiPsInputAddr(unsigned Val) { in setSpiPsInputAddr()
174 void AMDGPUPALMetadata::setRegister(unsigned Reg, unsigned Val) { in setRegister()
199 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs()
215 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs()
229 void AMDGPUPALMetadata::setScratchSize(CallingConv::ID CC, unsigned Val) { in setScratchSize()
241 unsigned Val) { in setFunctionScratchSize()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLTraits.cpp882 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
886 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input()
894 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output()
900 StringRef &Val) { in input()
905 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output()
911 std::string &Val) { in input()
916 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output()
923 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input()
933 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output()
939 uint16_t &Val) { in input()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVE.h201 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode()
305 inline static VERD::RoundingMode VEValToRD(unsigned Val) { in VEValToRD()
327 inline static bool isMImmVal(uint64_t Val) { in isMImmVal()
340 inline static bool isMImm32Val(uint32_t Val) { in isMImm32Val()
354 inline static uint64_t val2MImm(uint64_t Val) { in val2MImm()
363 inline static uint64_t mimm2Val(uint64_t Val) { in mimm2Val()
371 inline unsigned M0(unsigned Val) { return Val + 64; } in M0()
372 inline unsigned M1(unsigned Val) { return Val; } in M1()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DTwine.h326 explicit Twine(char Val) : LHSKind(CharKind) { in Twine()
331 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine()
336 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine()
341 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine()
346 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine()
351 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine()
356 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine()
361 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine()
366 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { in Twine()
408 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
DDenseMap.h145 size_type count(const_arg_type_t<KeyT> Val) const { in count()
150 iterator find(const_arg_type_t<KeyT> Val) { in find()
159 const_iterator find(const_arg_type_t<KeyT> Val) const { in find()
175 iterator find_as(const LookupKeyT &Val) { in find_as()
185 const_iterator find_as(const LookupKeyT &Val) const { in find_as()
197 ValueT lookup(const_arg_type_t<KeyT> Val) const { in lookup()
274 const LookupKeyT &Val) { in insert_as()
302 bool erase(const KeyT &Val) { in erase()
444 static unsigned getHashValue(const KeyT &Val) { in getHashValue()
449 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DModule.cpp282 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local
292 MDString *&Key, Metadata *&Val) { in isValidModuleFlag()
314 Metadata *Val = nullptr; in getModuleFlagsMetadata() local
353 Metadata *Val) { in addModuleFlag()
361 Constant *Val) { in addModuleFlag()
365 uint32_t Val) { in addModuleFlag()
379 Metadata *Val) { in setModuleFlag()
552 auto *Val = in getNumberRegisterParameters() local
560 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local
567 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("DWARF64")); in isDwarf64() local
[all …]
DProfileSummary.cpp28 uint64_t Val) { in getKeyValMD()
36 double Val) { in getKeyFPValMD()
46 const char *Val) { in getKeyValMD()
120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal()
128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal()
137 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp79 DocNode &DocNode::operator=(StringRef Val) { in operator =()
83 DocNode &DocNode::operator=(bool Val) { in operator =()
87 DocNode &DocNode::operator=(int Val) { in operator =()
91 DocNode &DocNode::operator=(unsigned Val) { in operator =()
95 DocNode &DocNode::operator=(int64_t Val) { in operator =()
99 DocNode &DocNode::operator=(uint64_t Val) { in operator =()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp84 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSymbolELF.cpp43 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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DErrorOr.h224 pointer toPointer(pointer Val) { in toPointer()
228 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
230 pointer toPointer(wrap *Val) { in toPointer()
234 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp84 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
221 int64_t Val; in getInstruction() local
246 int64_t Val; in getInstruction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp256 const ConstantInt &Val) { in buildConstant()
277 int64_t Val) { in buildConstant()
285 const ConstantFP &Val) { in buildFConstant()
311 const APInt &Val) { in buildConstant()
317 double Val) { in buildFConstant()
326 const APFloat &Val) { in buildFConstant()
387 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore()
401 MachineIRBuilder::buildStore(const SrcOp &Val, const SrcOp &Addr, in buildStore()
773 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement()
779 MachineIRBuilder::buildExtractVectorElement(const DstOp &Res, const SrcOp &Val, in buildExtractVectorElement()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZ.h160 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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DValueMap.h152 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1444 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand()
1461 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1470 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1507 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1542 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1589 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1613 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1638 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1949 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
2567 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMatInt.cpp51 static void generateInstSeqImpl(int64_t Val, in generateInstSeqImpl()
124 InstSeq generateInstSeq(int64_t Val, const FeatureBitset &ActiveFeatures) { in generateInstSeq()
188 int getIntMatCost(const APInt &Val, unsigned Size, in getIntMatCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DEvaluator.cpp185 Constant *Val; in evaluateBitcastFromPtr() local
218 if (Constant *Val = TryFindMemLoc(P)) in ComputeLoadResult() local
241 Constant *Val = in ComputeLoadResult() local
353 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() local
509 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock() local
650 ConstantInt *Val = in EvaluateBlock() local
655 Value *Val = getVal(IBI->getAddress())->stripPointerCasts(); in EvaluateBlock() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp165 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { in reportBug()
226 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS()); in checkBranchCondition() local
232 SVal Val; in checkBranchCondition() local
247 SVal Val = C.getSVal(IE->getSubExpr()); in checkBranchCondition() local
252 SVal Val = C.getSVal(Condition); in checkBranchCondition() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DContinuousRangeMap.h66 void insert(const value_type &Val) { in insert()
75 void insertOrReplace(const value_type &Val) { in insertOrReplace()
134 void insert(const value_type &Val) { in insert()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DCFLAliasAnalysisUtils.h38 auto *Val = getValPtr(); in removeSelfFromCache() local
44 static inline const Function *parentFunctionOfValue(const Value *Val) { in parentFunctionOfValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DYAML.cpp23 const yaml::BinaryRef &Val, void *, raw_ostream &Out) { in output()
28 yaml::BinaryRef &Val) { in input()

12345678910>>...23