Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp207 Constant *Val = getVal(CE->getOperand(0)); in ComputeLoadResult()
235 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs()
304 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock()
317 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock()
403 getVal(IVI->getAggregateOperand()), in EvaluateBlock()
408 Constant *P = getVal(GEP->getOperand(0)); in EvaluateBlock()
412 GEPOps.push_back(getVal(*i)); in EvaluateBlock()
424 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock()
475 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
476 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock()
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp86 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function
162 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD()
165 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD()
167 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD()
170 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD()
173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD()
175 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h66 Constant *getVal(Value *V) { in getVal() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1519 StringTableSize = Dyn.getVal(); in parseDynamicTable()
1535 SONameOffset = Dyn.getVal(); in parseDynamicTable()
1541 DynRelRegion.Size = Dyn.getVal(); in parseDynamicTable()
1559 if (Dyn.getVal() == DT_REL) in parseDynamicTable()
1561 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()
1941 printValue(Tag, Entry.getVal()); in printDynamicTable()
2116 DtPltGot = Entry.getVal(); in MipsGOTParser()
2119 DtLocalGotNum = Entry.getVal(); in MipsGOTParser()
2122 DtGotSym = Entry.getVal(); in MipsGOTParser()
2125 DtMipsPltGot = Entry.getVal(); in MipsGOTParser()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp906 uint64_t Val = Dyn.getVal(); in parseDynamic()
911 uint64_t Val = Dyn.getVal(); in parseDynamic()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFTypes.h351 uintX_t getVal() const { return d_un.d_val; }
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp992 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE()
999 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
1005 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1378 const SDValue &getVal() const { return getOperand(2); }
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3420 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE()
3447 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP()
3514 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1767 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()