Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEvaluator.cpp272 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs()
298 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams()
341 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock()
354 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock()
400 getVal(BO->getOperand(0)), in EvaluateBlock()
401 getVal(BO->getOperand(1))); in EvaluateBlock()
406 getVal(CI->getOperand(0)), in EvaluateBlock()
407 getVal(CI->getOperand(1))); in EvaluateBlock()
412 getVal(CI->getOperand(0)), in EvaluateBlock()
417 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDProfileSummary.cpp84 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function
163 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD()
166 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD()
168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD()
171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD()
174 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD()
176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDEvaluator.h65 Constant *getVal(Value *V) { in getVal() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp2011 StringTableSize = Dyn.getVal(); in parseDynamicTable()
2040 DynRelaRegion.Size = Dyn.getVal(); in parseDynamicTable()
2043 DynRelaRegion.EntSize = Dyn.getVal(); in parseDynamicTable()
2046 SONameOffset = Dyn.getVal(); in parseDynamicTable()
2052 DynRelRegion.Size = Dyn.getVal(); in parseDynamicTable()
2055 DynRelRegion.EntSize = Dyn.getVal(); in parseDynamicTable()
2063 DynRelrRegion.Size = Dyn.getVal(); in parseDynamicTable()
2067 DynRelrRegion.EntSize = Dyn.getVal(); in parseDynamicTable()
2070 if (Dyn.getVal() == DT_REL) in parseDynamicTable()
2072 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()
[all …]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp1252 uint64_t val = dyn.getVal(); in parse()
1257 uint64_t val = dyn.getVal(); in parse()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFTypes.h354 uintX_t getVal() const { return d_un.d_val; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp978 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE()
985 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
991 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp1857 Init *Val = getVal(i); in Fold()
1902 Result += getVal(i)->getAsString(); in getAsString()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h958 Init *getVal(unsigned Num) const { in getVal() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h1436 const SDValue &getVal() const { return getOperand(2); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp3812 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE()
3839 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP()
3906 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.cpp2390 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
HDLegalizeDAG.cpp4691 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()