| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 269 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 339 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 353 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 436 getVal(IVI->getAggregateOperand()), in EvaluateBlock() 441 Constant *P = getVal(GEP->getOperand(0)); in EvaluateBlock() 444 GEPOps.push_back(getVal(Op)); in EvaluateBlock() 456 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock() 508 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock() 509 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock() 572 InstResult = getVal(Stripped); in EvaluateBlock() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function 184 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) { in getOptionalVal() 217 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount", in getFromMD() 220 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount)) in getFromMD() 222 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount", in getFromMD() 225 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount", in getFromMD() 228 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts", in getFromMD() 231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions", in getFromMD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.h | 72 T getVal() const { return Val; } in getVal() function 95 const MachO::Symbol *getVal() const { return Val; } in getVal() function
|
| H A D | DiffEngine.cpp | 449 return ValA.getOrder() == ValB.getOrder() && ValA.getVal() < ValB.getVal(); in sortTargetValues()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Evaluator.h | 72 Constant *getVal(Value *V) { in getVal() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1894 StringTableSize = Dyn.getVal(); in parseDynamicTable() 1908 uint64_t Val = Dyn.getVal(); in parseDynamicTable() 1928 SONameOffset = Dyn.getVal(); in parseDynamicTable() 1934 DynRelRegion.Size = Dyn.getVal(); in parseDynamicTable() 1960 if (Dyn.getVal() == DT_REL) in parseDynamicTable() 1962 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable() 2723 DtPltGot = Entry.getVal(); in findGOT() 2726 DtLocalGotNum = Entry.getVal(); in findGOT() 2729 DtGotSym = Entry.getVal(); in findGOT() 2775 DtMipsPltGot = Entry.getVal(); in findPLT() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 427 Value *getVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 428 Value *getVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 977 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 984 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 990 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 1486 uint64_t val = dyn.getVal(); in parse() 1491 uint64_t val = dyn.getVal(); in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 382 uintX_t getVal() const { return d_un.d_val; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2800 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState 2835 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc, in getVal() function in LLParser::PerFunctionState 2937 getVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in getBB() 2942 getVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in getBB() 5265 V = PFS->getVal(ID.UIntVal, Ty, ID.Loc, IsCall); in convertValIDToValue() 5270 V = PFS->getVal(ID.StrVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2044 Init *Val = getVal(i); in Fold() 2089 Result += getVal(i)->getAsString(); in getAsString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 962 Init *getVal(unsigned Num) const { in getVal() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1414 const SDValue &getVal() const { return getOperand(2); }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3930 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE() 3957 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() 4024 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1767 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2538 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
|
| H A D | LegalizeDAG.cpp | 4907 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()
|