Home
last modified time | relevance | path

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

12345678910>>...26

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A 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()
H A 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 …]
H A DMCRegister.h27 constexpr MCRegister(unsigned Val = 0): Reg(Val) {} in Reg() argument
65 static MCRegister from(unsigned Val) { in from()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h307 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp278 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local
288 MDString *&Key, Metadata *&Val) { in isValidModuleFlag()
310 Metadata *Val = nullptr; in getModuleFlagsMetadata() local
349 Metadata *Val) { in addModuleFlag()
357 Constant *Val) { in addModuleFlag()
361 uint32_t Val) { in addModuleFlag()
375 Metadata *Val) { in setModuleFlag()
548 auto *Val = in getNumberRegisterParameters() local
556 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local
563 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("DWARF64")); in isDwarf64() local
[all …]
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A 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 =()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp16 static void generateInstSeqImpl(int64_t Val, bool IsRV64, in generateInstSeqImpl()
78 InstSeq generateInstSeq(int64_t Val, bool IsRV64) { in generateInstSeq()
115 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A 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()
388 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore()
402 MachineIRBuilder::buildStore(const SrcOp &Val, const SrcOp &Addr, in buildStore()
774 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement()
780 MachineIRBuilder::buildExtractVectorElement(const DstOp &Res, const SrcOp &Val, in buildExtractVectorElement()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp256 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo() local
266 if (auto Val = FormValue.getValue().getAsReferenceUVal()) in dumpDebugInfo() local
274 if (auto Val = FormValue.getValue().getAsBlock()) { in dumpDebugInfo() local
290 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) in dumpDebugInfo() local
294 if (auto Val = FormValue.getValue().getAsCString()) in dumpDebugInfo() local
299 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) { in dumpDebugInfo() local
313 if (auto Val = FormValue.getValue().getAsCStringOffset()) in dumpDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp185 Constant *Val; in evaluateBitcastFromPtr() local
216 if (Constant *Val = findMemLoc(P)) in ComputeLoadResult() local
239 Constant *Val = in ComputeLoadResult() local
351 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() local
499 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock() local
640 ConstantInt *Val = in EvaluateBlock() local
645 Value *Val = getVal(IBI->getAddress())->stripPointerCasts(); in EvaluateBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DYAML.cpp23 const yaml::BinaryRef &Val, void *, raw_ostream &Out) { in output()
28 yaml::BinaryRef &Val) { in input()

12345678910>>...26