/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 60 auto Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1)); in readFromIR() local 137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() 141 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1() 148 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 152 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, const MCExpr *Val, in setRsrc2() 159 void AMDGPUPALMetadata::setSpiPsInputEna(unsigned Val) { in setSpiPsInputEna() 165 void AMDGPUPALMetadata::setSpiPsInputAddr(unsigned Val) { in setSpiPsInputAddr() 183 void AMDGPUPALMetadata::setRegister(unsigned Reg, unsigned Val) { in setRegister() 198 void AMDGPUPALMetadata::setRegister(unsigned Reg, const MCExpr *Val, in setRegister() 242 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstBuilder.h | 43 MCInstBuilder &addImm(int64_t Val) { in addImm() 49 MCInstBuilder &addSFPImm(uint32_t Val) { in addSFPImm() 55 MCInstBuilder &addDFPImm(uint64_t Val) { in addDFPImm() 61 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr() 67 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
|
H A D | MCInst.h | 85 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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 909 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 913 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 921 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 927 StringRef &Val) { in input() 932 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() 938 std::string &Val) { in input() 943 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 950 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 960 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 966 uint16_t &Val) { in input() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Value.h | 68 void setProperty(llvm::StringRef Name, Value &Val) { in setProperty() 101 static bool classof(const Value *Val) { in classof() 122 static bool classof(const Value *Val) { in classof() 139 static bool classof(const Value *Val) { in classof() 154 static bool classof(const Value *Val) { in classof() 164 static bool classof(const Value *Val) { in classof() 175 static bool classof(const Value *Val) { in classof()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VE.h | 205 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() 309 inline static VERD::RoundingMode VEValToRD(unsigned Val) { in VEValToRD() 331 inline static bool isMImmVal(uint64_t Val) { in isMImmVal() 344 inline static bool isMImm32Val(uint32_t Val) { in isMImm32Val() 358 inline static uint64_t val2MImm(uint64_t Val) { in val2MImm() 367 inline static uint64_t mimm2Val(uint64_t Val) { in mimm2Val() 375 inline unsigned M0(unsigned Val) { return Val + 64; } in M0() 376 inline unsigned M1(unsigned Val) { return Val; } in M1()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 290 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 300 MDString *&Key, Metadata *&Val) { in isValidModuleFlag() 322 Metadata *Val = nullptr; in getModuleFlagsMetadata() local 361 Metadata *Val) { in addModuleFlag() 369 Constant *Val) { in addModuleFlag() 373 uint32_t Val) { in addModuleFlag() 387 Metadata *Val) { in setModuleFlag() 402 Constant *Val) { in setModuleFlag() 406 uint32_t Val) { in setModuleFlag() 566 auto *Val = in getNumberRegisterParameters() local [all …]
|
H A D | ProfileSummary.cpp | 27 uint64_t Val) { in getKeyValMD() 35 double Val) { in getKeyFPValMD() 45 const char *Val) { in getKeyValMD() 119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() 127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() 136 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair()
|
H A D | AttributeImpl.h | 113 uint64_t Val) { in Profile() 138 ArrayRef<ConstantRange> Val) { in Profile() 176 uint64_t Val; variable 179 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl() 218 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc() 254 ArrayRef<ConstantRange> Val) in ConstantRangeListAttributeImpl() 271 static size_t totalSizeToAlloc(ArrayRef<ConstantRange> Val) { in totalSizeToAlloc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Twine.h | 322 Twine(char Val) Twine() argument 327 Twine(signed char Val) Twine() argument 332 Twine(unsigned char Val) Twine() argument 337 Twine(unsigned Val) Twine() argument 342 Twine(int Val) Twine() argument 347 Twine(const unsigned long & Val) Twine() argument 352 Twine(const long & Val) Twine() argument 357 Twine(const unsigned long long & Val) Twine() argument 362 Twine(const long long & Val) Twine() argument 404 utohexstr(const uint64_t & Val) utohexstr() argument [all...] |
H A D | DenseMap.h | 145 bool contains(const_arg_type_t<KeyT> Val) const { in contains() 151 size_type count(const_arg_type_t<KeyT> Val) const { in count() 155 iterator find(const_arg_type_t<KeyT> Val) { in find() 164 const_iterator find(const_arg_type_t<KeyT> Val) const { in find() 180 iterator find_as(const LookupKeyT &Val) { in find_as() 190 const_iterator find_as(const LookupKeyT &Val) const { in find_as() 202 ValueT lookup(const_arg_type_t<KeyT> Val) const { in lookup() 211 const ValueT &at(const_arg_type_t<KeyT> Val) const { in at() 287 const LookupKeyT &Val) { in insert_as() 316 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 79 DocNode &DocNode::operator=(StringRef Val) { in operator =() argument 83 DocNode &DocNode::operator=(MemoryBufferRef Val) { in operator =() argument 87 DocNode &DocNode::operator=(bool Val) { in operator =() argument 91 DocNode &DocNode::operator=(int Val) { in operator =() argument 95 DocNode &DocNode::operator=(unsigned Val) { in operator =() argument 99 operator =(int64_t Val) operator =() argument 103 operator =(uint64_t Val) operator =() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 49 static void generateInstSeqImpl(int64_t Val, const MCSubtargetInfo &STI, in generateInstSeqImpl() 158 static unsigned extractRotateInfo(int64_t Val) { in extractRotateInfo() 176 static void generateInstSeqLeadingZeros(int64_t Val, const MCSubtargetInfo &STI, in generateInstSeqLeadingZeros() 227 InstSeq generateInstSeq(int64_t Val, const MCSubtargetInfo &STI) { in generateInstSeq() 431 void generateMCInstSeq(int64_t Val, const MCSubtargetInfo &STI, in generateMCInstSeq() 468 InstSeq generateTwoRegInstSeq(int64_t Val, const MCSubtargetInfo &STI, in generateTwoRegInstSeq() 501 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI, in getIntMatCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCExpr.cpp | 85 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend() 91 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() 98 void HexagonMCExpr::setS27_2_reloc(bool Val) { in setS27_2_reloc() 110 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 161 void addAssignPtrTypeInstr(Value *Val, CallInst *AssignPtrTyCI) { in addAssignPtrTypeInstr() 165 CallInst *findAssignPtrTypeInstr(const Value *Val) { in findAssignPtrTypeInstr() 173 void addMutated(Value *Val, Type *Ty) { MutatedAggRet[Val] = Ty; } in addMutated() 175 Type *findMutated(const Value *Val) { in findMutated() 182 void addDeducedElementType(Value *Val, Type *Ty) { DeducedElTys[Val] = Ty; } in addDeducedElementType() 184 Type *findDeducedElementType(const Value *Val) { in findDeducedElementType() 189 void addDeducedCompositeType(Value *Val, Type *Ty) { in addDeducedCompositeType() 193 Type *findDeducedCompositeType(const Value *Val) { in findDeducedCompositeType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 45 unsigned Val; in setBinding() local 68 uint32_t Val = (Flags >> ELF_STB_Shift) & 3; in getBinding() local 95 unsigned Val; in setType() local 126 uint32_t Val = (Flags >> ELF_STT_Shift) & 7; in getType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 223 pointer toPointer(pointer Val) { in toPointer() 227 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer() 229 pointer toPointer(wrap *Val) { in toPointer() 233 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZ.h | 161 static inline bool isImmLL(uint64_t Val) { in isImmLL() 166 static inline bool isImmLH(uint64_t Val) { in isImmLH() 171 static inline bool isImmHL(uint64_t Val) { in isImmHL() 176 static inline bool isImmHH(uint64_t Val) { in isImmHH() 181 static inline bool isImmLF(uint64_t Val) { in isImmLF() 186 static inline bool isImmHF(uint64_t Val) { in isImmHF()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 318 const ConstantInt &Val) { in buildConstant() 342 int64_t Val) { in buildConstant() 350 const ConstantFP &Val) { in buildFConstant() 379 const APInt &Val) { in buildConstant() 385 double Val) { in buildFConstant() 394 const APFloat &Val) { in buildFConstant() 468 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore() 482 MachineIRBuilder::buildStore(const SrcOp &Val, const SrcOp &Addr, in buildStore() 950 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() 956 MachineIRBuilder::buildExtractVectorElement(const DstOp &Res, const SrcOp &Val, in buildExtractVectorElement() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 26 Value *Val = CXI->getNewValOperand(); in lowerAtomicCmpXchgInst() local 43 Value *Val) { in buildAtomicRMWValue() 108 Value *Val = RMWI->getValOperand(); in lowerAtomicRMWInst() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 151 size_type count(const KeyT &Val) const { in count() 155 iterator find(const KeyT &Val) { in find() 158 const_iterator find(const KeyT &Val) const { in find() 164 ValueT lookup(const KeyT &Val) const { in lookup() 190 bool erase(const KeyT &Val) { in erase()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 1632 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand() 1652 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1662 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand() 1700 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand() 1736 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() 1784 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() 1809 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand() 1835 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand() 2148 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand() 2816 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 242 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() 273 static void emitSerialized(std::vector<std::byte> &Code, const T &Val, in emitSerialized() 292 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit() 299 const IntegralAP<false> &Val, bool &Success) { in emit() 304 void emit(Program &P, std::vector<std::byte> &Code, const IntegralAP<true> &Val, in emit()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 66 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/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | YAML.cpp | 23 const yaml::BinaryRef &Val, void *, raw_ostream &Out) { in output() 28 yaml::BinaryRef &Val) { in input()
|