| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function 183 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) { in getOptionalVal() 216 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount", in getFromMD() 219 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount)) in getFromMD() 221 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount", in getFromMD() 224 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount", in getFromMD() 227 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts", in getFromMD() 230 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions", in getFromMD()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 250 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 268 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), PTy, DL); in getFormalParams() 308 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 329 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 346 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock() 399 auto *LenC = dyn_cast<ConstantInt>(getVal(MSI->getLength())); in EvaluateBlock() 405 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock() 415 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock() 448 Value *PtrArg = getVal(II->getArgOperand(1)); in EvaluateBlock() 485 InstResult = getVal(Stripped); in EvaluateBlock() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.h | 71 T getVal() const { return Val; } in getVal() function 94 const MachO::Symbol *getVal() const { return Val; } in getVal() function
|
| H A D | DiffEngine.cpp | 446 return ValA.getOrder() == ValB.getOrder() && ValA.getVal() < ValB.getVal(); in sortTargetValues()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Evaluator.h | 117 Constant *getVal(Value *V) { in getVal() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1970 StringTableSize = Dyn.getVal(); in parseDynamicTable() 1984 uint64_t Val = Dyn.getVal(); in parseDynamicTable() 1996 DynRelaRegion.Size = Dyn.getVal(); in parseDynamicTable() 2000 DynRelaRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 2004 SONameOffset = Dyn.getVal(); in parseDynamicTable() 2010 DynRelRegion.Size = Dyn.getVal(); in parseDynamicTable() 2014 DynRelRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 2023 DynRelrRegion.Size = Dyn.getVal(); in parseDynamicTable() 2030 DynRelrRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 2036 if (Dyn.getVal() == DT_REL) in parseDynamicTable() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 462 Value *getVal(const std::string &Name, Type *Ty, LocTy Loc); 463 Value *getVal(unsigned ID, Type *Ty, LocTy Loc);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 974 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 981 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 987 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputFiles.cpp | 1418 uint64_t val = dyn.getVal(); in parse() 1423 uint64_t val = dyn.getVal(); in parse()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 380 uintX_t getVal() const { return d_un.d_val; }
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3209 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState 3244 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() function in LLParser::PerFunctionState 3345 getVal(Name, Type::getLabelTy(F.getContext()), Loc)); in getBB() 3350 getVal(ID, Type::getLabelTy(F.getContext()), Loc)); in getBB() 5660 V = PFS->getVal(ID.UIntVal, Ty, ID.Loc); in convertValIDToValue() 5665 V = PFS->getVal(ID.StrVal, Ty, ID.Loc); in convertValIDToValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2250 Init *Val = getVal(i); in Fold() 2296 Result += getVal(i)->getAsString(); in getAsString()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 1090 S->Entries->push_back({(ELFYAML::ELF_DYNTAG)Dyn.getTag(), Dyn.getVal()}); in dumpDynamicSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1015 Init *getVal(unsigned Num) const { in getVal() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1454 const SDValue &getVal() const { return getOperand(2); }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1968 cast<AtomicSDNode>(Use)->getVal() == Add) in isWorthFoldingAdd()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1773 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4167 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE() 4194 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() 4261 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2565 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
|
| H A D | LegalizeDAG.cpp | 5070 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()
|