| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILRootSignature.cpp | 80 if (std::optional<uint32_t> Val = extractMdIntValue(RootFlagNode, 1)) in parseRootFlags() local 100 if (std::optional<uint32_t> Val = extractMdIntValue(RootConstantNode, 1)) in parseRootConstants() local 106 if (std::optional<uint32_t> Val = extractMdIntValue(RootConstantNode, 2)) in parseRootConstants() local 111 if (std::optional<uint32_t> Val = extractMdIntValue(RootConstantNode, 3)) in parseRootConstants() local 116 if (std::optional<uint32_t> Val = extractMdIntValue(RootConstantNode, 4)) in parseRootConstants() local 154 if (std::optional<uint32_t> Val = extractMdIntValue(RootDescriptorNode, 1)) in parseRootDescriptors() local 160 if (std::optional<uint32_t> Val = extractMdIntValue(RootDescriptorNode, 2)) in parseRootDescriptors() local 165 if (std::optional<uint32_t> Val = extractMdIntValue(RootDescriptorNode, 3)) in parseRootDescriptors() local 176 if (std::optional<uint32_t> Val = extractMdIntValue(RootDescriptorNode, 4)) in parseRootDescriptors() local 212 if (std::optional<uint32_t> Val = extractMdIntValue(RangeDescriptorNode, 1)) in parseDescriptorRange() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | DXContainer.cpp | 33 #define COMPONENT_PRECISION(Val, Enum) {#Enum, SigMinPrecision::Enum}, argument 43 #define D3D_SYSTEM_VALUE(Val, Enum) {#Enum, D3DSystemValue::Enum}, argument 53 #define COMPONENT_TYPE(Val, Enum) {#Enum, SigComponentType::Enum}, argument 64 #define ROOT_SIGNATURE_FLAG(Val, Enum) {#Enum, RootFlags::Enum}, argument 73 #define ROOT_DESCRIPTOR_FLAG(Val, Enum, Flag) \ argument 83 #define DESCRIPTOR_RANGE_FLAG(Val, Enum, Flag) \ argument 92 #define SHADER_VISIBILITY(Val, Enum) {#Enum, ShaderVisibility::Enum}, argument 102 #define FILTER(Val, Enum) {#Enum, SamplerFilter::Enum}, argument 112 #define TEXTURE_ADDRESS_MODE(Val, Enum) {#Enum, TextureAddressMode::Enum}, argument 122 #define COMPARISON_FUNC(Val, Enum) {#Enum, ComparisonFunc::Enum}, argument [all …]
|
| 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/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 83 auto *Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1)); in readFromIR() local 160 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1() 164 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, const MCExpr *Val, in setRsrc1() 171 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2() 175 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, const MCExpr *Val, in setRsrc2() 182 void AMDGPUPALMetadata::setSpiPsInputEna(unsigned Val) { in setSpiPsInputEna() 188 void AMDGPUPALMetadata::setSpiPsInputAddr(unsigned Val) { in setSpiPsInputAddr() 206 void AMDGPUPALMetadata::setRegister(unsigned Reg, unsigned Val) { in setRegister() 221 void AMDGPUPALMetadata::setRegister(unsigned Reg, const MCExpr *Val, in setRegister() 279 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | PerfSharedStructs.h | 95 static size_t size(const PerfJITRecordPrefix &Val) { in size() 99 static bool deserialize(SPSInputBuffer &IB, PerfJITRecordPrefix &Val) { in deserialize() 106 static bool serialize(SPSOutputBuffer &OB, const PerfJITRecordPrefix &Val) { in serialize() 119 static size_t size(const PerfJITCodeLoadRecord &Val) { in size() 125 static bool deserialize(SPSInputBuffer &IB, PerfJITCodeLoadRecord &Val) { in deserialize() 131 static bool serialize(SPSOutputBuffer &OB, const PerfJITCodeLoadRecord &Val) { in serialize() 143 static size_t size(const PerfJITDebugEntry &Val) { in size() 148 static bool deserialize(SPSInputBuffer &IB, PerfJITDebugEntry &Val) { in deserialize() 153 static bool serialize(SPSOutputBuffer &OB, const PerfJITDebugEntry &Val) { in serialize() 166 static size_t size(const PerfJITDebugInfoRecord &Val) { in size() [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 | 89 void setImm(int64_t Val) { in setImm() 99 void setSFPImm(uint32_t Val) { in setSFPImm() 109 void setDFPImm(uint64_t Val) { in setDFPImm() 113 void setFPImm(double Val) { in setFPImm() 123 void setExpr(const MCExpr *Val) { in setExpr() 133 void setInst(const MCInst *Val) { in setInst() 145 static MCOperand createImm(int64_t Val) { in createImm() 152 static MCOperand createSFPImm(uint32_t Val) { in createSFPImm() 159 static MCOperand createDFPImm(uint64_t Val) { in createDFPImm() 166 static MCOperand createExpr(const MCExpr *Val) { in createExpr() [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/Support/ |
| H A D | YAMLTraits.cpp | 924 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output() 928 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() 936 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output() 942 StringRef &Val) { in input() 947 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output() 953 std::string &Val) { in input() 958 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 965 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() 975 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 981 uint16_t &Val) { in input() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 98 bool selectSETNE(SDValue N, SDValue &Val) { in selectSETNE() 101 bool selectSETEQ(SDValue N, SDValue &Val) { in selectSETEQ() 106 template <unsigned Bits> bool selectSExtBits(SDValue N, SDValue &Val) { in selectSExtBits() 110 template <unsigned Bits> bool selectZExtBits(SDValue N, SDValue &Val) { in selectZExtBits() 115 template <unsigned ShAmt> bool selectSHXADDOp(SDValue N, SDValue &Val) { in selectSHXADDOp() 120 template <unsigned ShAmt> bool selectSHXADD_UWOp(SDValue N, SDValue &Val) { in selectSHXADD_UWOp() 142 template <unsigned Bits> bool selectVSplatUimmBits(SDValue N, SDValue &Val) { in selectVSplatUimmBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.h | 206 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() 310 inline static VERD::RoundingMode VEValToRD(unsigned Val) { in VEValToRD() 332 inline static bool isMImmVal(uint64_t Val) { in isMImmVal() 345 inline static bool isMImm32Val(uint32_t Val) { in isMImm32Val() 359 inline static uint64_t val2MImm(uint64_t Val) { in val2MImm() 368 inline static uint64_t mimm2Val(uint64_t Val) { in mimm2Val() 376 inline unsigned M0(unsigned Val) { return Val + 64; } in M0() 377 inline unsigned M1(unsigned Val) { return Val; } in M1()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Twine.h | 336 explicit Twine(char Val) : LHSKind(CharKind) { in Twine() 341 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine() 346 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine() 351 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine() 356 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine() 361 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine() 366 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine() 371 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine() 376 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { in Twine() 418 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
| H A D | DenseMap.h | 167 bool contains(const_arg_type_t<KeyT> Val) const { in contains() 172 size_type count(const_arg_type_t<KeyT> Val) const { in count() 176 iterator find(const_arg_type_t<KeyT> Val) { in find() 183 const_iterator find(const_arg_type_t<KeyT> Val) const { in find() 196 template <class LookupKeyT> iterator find_as(const LookupKeyT &Val) { in find_as() 204 const_iterator find_as(const LookupKeyT &Val) const { in find_as() 214 ValueT lookup(const_arg_type_t<KeyT> Val) const { in lookup() 224 ValueT lookup_or(const_arg_type_t<KeyT> Val, U &&Default) const { in lookup_or() 232 const ValueT &at(const_arg_type_t<KeyT> Val) const { in at() 308 const LookupKeyT &Val) { in insert_as() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCExpr.cpp | 40 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend() 46 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() 53 void HexagonMCExpr::setS27_2_reloc(bool Val) { in setS27_2_reloc() 65 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 325 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 345 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local 376 Metadata *Val) { in addModuleFlag() 384 Constant *Val) { in addModuleFlag() 388 uint32_t Val) { in addModuleFlag() 402 Metadata *Val) { in setModuleFlag() 414 Constant *Val) { in setModuleFlag() 418 uint32_t Val) { in setModuleFlag() 576 auto *Val = in getNumberRegisterParameters() local 584 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() 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 | 116 uint64_t Val) { in Profile() 141 ArrayRef<ConstantRange> Val) { in Profile() 179 uint64_t Val; variable 182 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl() 218 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc() 253 ArrayRef<ConstantRange> Val) in ConstantRangeListAttributeImpl() 268 static size_t totalSizeToAlloc(ArrayRef<ConstantRange> Val) { in totalSizeToAlloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.h | 138 void addAssignPtrTypeInstr(Value *Val, CallInst *AssignPtrTyCI) { in addAssignPtrTypeInstr() 142 CallInst *findAssignPtrTypeInstr(const Value *Val) { in findAssignPtrTypeInstr() 159 void addMutated(Value *Val, Type *Ty) { MutatedAggRet[Val] = Ty; } in addMutated() 161 Type *findMutated(const Value *Val) { in findMutated() 168 void addValueAttrs(MachineInstr *Key, std::pair<Type *, std::string> Val) { in addValueAttrs() 183 void addDeducedElementType(Value *Val, Type *Ty) { DeducedElTys[Val] = Ty; } in addDeducedElementType() 185 Type *findDeducedElementType(const Value *Val) { in findDeducedElementType() 199 void addDeducedCompositeType(Value *Val, Type *Ty) { in addDeducedCompositeType() 203 Type *findDeducedCompositeType(const Value *Val) { in findDeducedCompositeType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.cpp | 53 static void generateInstSeqImpl(int64_t Val, const MCSubtargetInfo &STI, in generateInstSeqImpl() 188 static unsigned extractRotateInfo(int64_t Val) { in extractRotateInfo() 206 static void generateInstSeqLeadingZeros(int64_t Val, const MCSubtargetInfo &STI, in generateInstSeqLeadingZeros() 257 InstSeq generateInstSeq(int64_t Val, const MCSubtargetInfo &STI) { in generateInstSeq() 468 void generateMCInstSeq(int64_t Val, const MCSubtargetInfo &STI, in generateMCInstSeq() 505 InstSeq generateTwoRegInstSeq(int64_t Val, const MCSubtargetInfo &STI, in generateTwoRegInstSeq() 538 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI, in getIntMatCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerAtomic.cpp | 26 Value *Val = CXI->getNewValOperand(); in lowerAtomicCmpXchgInst() local 42 Value *Val, in buildCmpXchgValue() 54 Value *Val) { in buildAtomicRMWValue() 131 Value *Val = RMWI->getValOperand(); in lowerAtomicRMWInst() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | ByteCodeEmitter.cpp | 138 static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, in emit() 169 static void emitSerialized(std::vector<std::byte> &Code, const T &Val, in emitSerialized() 189 void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, in emit() 196 const IntegralAP<false> &Val, bool &Success) { in emit() 201 void emit(Program &P, std::vector<std::byte> &Code, const IntegralAP<true> &Val, in emit() 207 void emit(Program &P, std::vector<std::byte> &Code, const FixedPoint &Val, in emit()
|
| /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 93 unsigned Val; in setType() local 124 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/Analysis/ |
| H A D | FloatingPointPredicateUtils.cpp | 19 Value *Val) { in queryDenormalMode() 32 FloatingPointPredicateUtils::matchConstantFloat(const Function &F, Value *Val) { in matchConstantFloat()
|