Home
last modified time | relevance | path

Searched refs:getVal (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfileSummary.cpp119 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 DEvaluator.cpp250 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 DDiffEngine.h71 T getVal() const { return Val; } in getVal() function
94 const MachO::Symbol *getVal() const { return Val; } in getVal() function
H A DDiffEngine.cpp446 return ValA.getOrder() == ValB.getOrder() && ValA.getVal() < ValB.getVal(); in sortTargetValues()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h117 Constant *getVal(Value *V) { in getVal() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1970 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 DLLParser.h462 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 DXCoreISelLowering.cpp974 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 DInputFiles.cpp1418 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 DELFTypes.h380 uintX_t getVal() const { return d_un.d_val; }
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3209 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 DRecord.cpp2250 Init *Val = getVal(i); in Fold()
2296 Result += getVal(i)->getAsString(); in getAsString()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1090 S->Entries->push_back({(ELFYAML::ELF_DYNTAG)Dyn.getTag(), Dyn.getVal()}); in dumpDynamicSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1015 Init *getVal(unsigned Num) const { in getVal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1454 const SDValue &getVal() const { return getOperand(2); }
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1968 cast<AtomicSDNode>(Use)->getVal() == Add) in isWorthFoldingAdd()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1773 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4167 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 DLegalizeFloatTypes.cpp2565 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeDAG.cpp5070 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()