Searched refs:getVal (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp270 if (auto *Fn = getFunction(getVal(V)))
296 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL);
339 Constant *Ptr = getVal(SI->getOperand(1));
353 Constant *Val = getVal(SI->getOperand(0));
399 getVal(BO->getOperand(0)),
400 getVal(BO->getOperand(1)));
405 getVal(CI->getOperand(0)),
406 getVal(CI->getOperand(1)));
411 getVal(CI->getOperand(0)),
416 InstResult = ConstantExpr::getSelect(getVal(S
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { function
128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { function
184 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) {
217 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount",
220 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount))
222 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount",
225 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount",
228 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts",
231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions",
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h65 Constant *getVal(Value *V) { function in class:llvm::Evaluator
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2148 StringTableSize = Dyn.getVal();
2162 uint64_t Val = Dyn.getVal();
2175 DynRelaRegion.Size = Dyn.getVal();
2179 DynRelaRegion.EntSize = Dyn.getVal();
2183 SONameOffset = Dyn.getVal();
2189 DynRelRegion.Size = Dyn.getVal();
2193 DynRelRegion.EntSize = Dyn.getVal();
2202 DynRelrRegion.Size = Dyn.getVal();
2209 DynRelrRegion.EntSize = Dyn.getVal();
2215 if (Dyn.getVal()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp979 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(),
986 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(),
992 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(),
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1367 uint64_t val = dyn.getVal();
1372 uint64_t val = dyn.getVal();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h352 uintX_t getVal() const { return d_un.d_val; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h962 Init *getVal(unsigned Num) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1864 Init *Val = getVal(i);
1909 Result += getVal(i)->getAsString();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1431 const SDValue &getVal() const { return getOperand(2); } function in class:llvm::AtomicSDNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2431 SDValue CastVal = BitConvertToInteger(AM->getVal());
H A DLegalizeDAG.cpp4791 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3859 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(),
3886 SDValue Src2 = Node->getVal();
3953 SDValue Src2 = Node->getVal();

Completed in 397 milliseconds