/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Value.h | 97 static bool classof(const Value *Val) { in classof() 114 static bool classof(const Value *Val) { in classof() 124 static bool classof(const Value *Val) { in classof() 139 static bool classof(const Value *Val) { in classof() 161 static bool classof(const Value *Val) { in classof() 182 static bool classof(const Value *Val) { in classof() 202 static bool classof(const Value *Val) { in classof() 226 static bool classof(const Value *Val) { in classof() 246 static bool classof(const Value *Val) { in classof() 258 static bool classof(const Value *Val) { in classof() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 902 StringRef &Val) { in input() 913 std::string &Val) { in input() 918 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output() 935 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output() 941 uint16_t &Val) { in input() 951 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, in output() 957 uint32_t &Val) { in input() 973 uint64_t &Val) { in input() 997 void ScalarTraits<int16_t>::output(const int16_t &Val, void *, in output() 1012 void ScalarTraits<int32_t>::output(const int32_t &Val, void *, in output() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 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() 246 unsigned Val) { in setFunctionScratchSize() 253 unsigned Val) { in setFunctionLdsSize() 260 unsigned Val) { in setFunctionNumUsedVgprs() 267 unsigned Val) { in setFunctionNumUsedSgprs() 679 unsigned Val = I->second.getUInt(); in toString() local [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstBuilder.h | 37 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 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 …]
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VE.h | 281 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() 385 inline static VERD::RoundingMode VEValToRD(unsigned Val) { in VEValToRD() 413 uint64_t Val = Imm.getZExtValue(); in getFpImmVal() local 423 inline static bool isMImmVal(uint64_t Val) { in isMImmVal() 436 inline static bool isMImm32Val(uint32_t Val) { in isMImm32Val() 450 inline static uint64_t val2MImm(uint64_t Val) { in val2MImm() 459 inline static uint64_t mimm2Val(uint64_t Val) { in mimm2Val() 467 inline unsigned M0(unsigned Val) { return Val + 64; } in M0() 468 inline unsigned M1(unsigned Val) { return Val; } in M1()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Twine.h | 322 explicit Twine(char Val) : LHSKind(CharKind) { in Twine() 327 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine() 332 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine() 337 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine() 342 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine() 347 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine() 352 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine() 357 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine() 362 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { in Twine() 404 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
|
H A D | DenseMap.h | 145 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 …]
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Module.cpp | 279 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local 289 MDString *&Key, Metadata *&Val) { in isValidModuleFlag() 311 Metadata *Val = nullptr; in getModuleFlagsMetadata() local 350 Metadata *Val) { in addModuleFlag() 358 Constant *Val) { in addModuleFlag() 362 uint32_t Val) { in addModuleFlag() 376 Metadata *Val) { in setModuleFlag() 549 auto *Val = in getNumberRegisterParameters() local 564 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("DWARF64")); in isDwarf64() local 569 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() 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()
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 118 auto *Val = Env.getValue(*Loc); in maybeUnpackLValueExpr() local 233 if (Value *Val = Env.createValue(D.getType())) in VisitDeclStmt() local 243 auto &Val = in VisitDeclStmt() local 263 if (Value *Val = Env.createValue(D.getType())) in VisitDeclStmt() local 442 auto *Val = Env.getValue(*Ret, SkipPast::None); in VisitReturnStmt() local 568 if (Value *Val = Env.createValue(S->getType())) in VisitCXXConstructExpr() local 623 if (Value *Val = Env.createValue(S->getType())) in VisitCXXTemporaryObjectExpr() local 699 if (Value *Val = Env.createValue(S->getType())) in VisitConditionalOperator() local 709 auto *Val = Env.createValue(Type); in VisitInitListExpr() local 760 if (auto *Val = dyn_cast_or_null<BoolValue>( in getLogicOperatorSubExprValue() local [all …]
|
H A D | DataflowEnvironment.cpp | 212 if (auto *Val = createValue(D->getType())) in initVars() local 374 auto &Val = takeOwnership(std::make_unique<ReferenceValue>(*ArgLoc)); in pushCallInternal() local 378 } else if (Value *Val = createValue(ParamType)) { in pushCallInternal() local 418 Value *Val = Entry.second; in equivalentTo() local 465 Value *Val = Entry.second; in widen() local 534 Value *Val = Entry.second; in join() local 616 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() 671 Value *Val = createValueUnlessSelfReferential(Type, Visited, /*Depth=*/0, in createValue() local 768 if (auto *Val = dyn_cast_or_null<ReferenceValue>(getValue(Loc))) in skip() local 773 if (auto *Val = dyn_cast_or_null<PointerValue>(getValue(LocPastRef))) in skip() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 294 const ConstantInt &Val) { in buildConstant() 315 int64_t Val) { in buildConstant() 349 const APInt &Val) { in buildConstant() 355 double Val) { in buildFConstant() 364 const APFloat &Val) { in buildFConstant() 425 MachineInstrBuilder MachineIRBuilder::buildStore(const SrcOp &Val, in buildStore() 439 MachineIRBuilder::buildStore(const SrcOp &Val, const SrcOp &Addr, in buildStore() 886 const SrcOp &Addr, const SrcOp &Val, in buildAtomicRMW() 916 Register Val, MachineMemOperand &MMO) { in buildAtomicRMWAdd() 940 Register Val, in buildAtomicRMWOr() [all …]
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 79 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 =()
|
/openbsd/gnu/llvm/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() 114 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 1649 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand() 1733 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand() 3966 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand() 4560 static DecodeStatus DecodeTAddrModeImm7(MCInst &Inst, unsigned Val, in DecodeTAddrModeImm7() 4812 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Val, in DecodeCoprocessor() 5074 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Val, in DecodeBankedReg() 5954 unsigned Val = fieldFromInstruction(Insn, 0, 8); in DecodeT2Adr() local 6719 DecodeMVE_MEM_pre(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeMVE_MEM_pre() 6739 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_1_pre() 6749 static DecodeStatus DecodeMVE_MEM_2_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_2_pre() [all …]
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 258 if (auto Val = FormValue->getAsAddress()) in dumpDebugInfo() local 268 if (auto Val = FormValue->getAsReferenceUVal()) in dumpDebugInfo() local 276 if (auto Val = FormValue->getAsBlock()) { in dumpDebugInfo() local 292 if (auto Val = FormValue->getAsUnsignedConstant()) in dumpDebugInfo() local 296 if (auto Val = dwarf::toString(FormValue)) in dumpDebugInfo() local 301 if (auto Val = FormValue->getAsUnsignedConstant()) { in dumpDebugInfo() local 315 if (auto Val = FormValue->getAsCStringOffset()) in dumpDebugInfo() local
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ErrorOr.h | 224 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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 27 Value *Val = CXI->getNewValOperand(); in lowerAtomicCmpXchgInst() local 44 Value *Val) { in buildAtomicRMWValue() 106 Value *Val = RMWI->getValOperand(); in lowerAtomicRMWInst() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 166 void TestAfterDivZeroChecker::reportBug(SVal Val, CheckerContext &C) const { in reportBug() 227 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS()); in checkBranchCondition() local 233 SVal Val; in checkBranchCondition() local 248 SVal Val = C.getSVal(IE->getSubExpr()); in checkBranchCondition() local 253 SVal Val = C.getSVal(Condition); in checkBranchCondition() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 48 static void generateInstSeqImpl(int64_t Val, in generateInstSeqImpl() 156 static unsigned extractRotateInfo(int64_t Val) { in extractRotateInfo() 175 InstSeq generateInstSeq(int64_t Val, const FeatureBitset &ActiveFeatures) { in generateInstSeq() 370 int getIntMatCost(const APInt &Val, unsigned Size, in getIntMatCost()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 83 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 100 int64_t Val; in parseLEBImmediate() local 111 T Val = support::endian::read<T, support::endianness::little, 1>( in parseImmediate() local 222 int64_t Val; in getInstruction() local
|