OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVal
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Evaluator.cpp
267
if (auto *Fn = getFunction(
getVal
(V)))
293
auto *ArgC = ConstantFoldLoadThroughBitcast(
getVal
(*ArgI), *ParI, DL);
337
Constant *Ptr =
getVal
(SI->getOperand(1));
351
Constant *Val =
getVal
(SI->getOperand(0));
397
getVal
(BO->getOperand(0)),
398
getVal
(BO->getOperand(1)));
403
getVal
(CI->getOperand(0)),
404
getVal
(CI->getOperand(1)));
409
getVal
(CI->getOperand(0)),
414
InstResult = ConstantExpr::getSelect(
getVal
(SI->getOperand(0))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp
120
static bool
getVal
(MDTuple *MD, const char *Key, uint64_t &Val) {
128
static bool
getVal
(MDTuple *MD, const char *Key, double &Val) {
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",
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Evaluator.h
72
Constant *
getVal
(Value *V) {
/src/external/gpl3/binutils/dist/gprofng/src/
Expression.h
167
bool
getVal
(int propId, Context *ctx);
Expression.cc
147
Expression::
getVal
(int propId, Context *ctx)
1056
if (ctx && arg0->bEval (ctx) &&
getVal
((int) arg0->v.val, ctx))
/src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.h
167
bool
getVal
(int propId, Context *ctx);
Expression.cc
147
Expression::
getVal
(int propId, Context *ctx)
1056
if (ctx && arg0->bEval (ctx) &&
getVal
((int) arg0->v.val, ctx))
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
1878
StringTableSize = Dyn.
getVal
();
1892
uint64_t Val = Dyn.
getVal
();
1904
DynRelaRegion.Size = Dyn.
getVal
();
1908
DynRelaRegion.EntSize = Dyn.
getVal
();
1912
SONameOffset = Dyn.
getVal
();
1918
DynRelRegion.Size = Dyn.
getVal
();
1922
DynRelRegion.EntSize = Dyn.
getVal
();
1931
DynRelrRegion.Size = Dyn.
getVal
();
1938
DynRelrRegion.EntSize = Dyn.
getVal
();
1944
if (Dyn.
getVal
() == DT_REL
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
435
///
GetVal
- Get a value with the specified name or ID, creating a
438
Value *
getVal
(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall);
439
Value *
getVal
(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
977
return DAG.getStore(N->getChain(), SDLoc(Op), N->
getVal
(), N->getBasePtr(),
984
return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->
getVal
(),
990
return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->
getVal
(),
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h
381
uintX_t
getVal
() const { return d_un.d_val; }
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
3126
///
getVal
- Get a value with the specified name or ID, creating a
3129
Value *LLParser::PerFunctionState::
getVal
(const std::string &Name, Type *Ty,
3164
Value *LLParser::PerFunctionState::
getVal
(unsigned ID, Type *Ty, LocTy Loc,
3266
getVal
(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false));
3271
getVal
(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false));
5576
V = PFS->
getVal
(ID.UIntVal, Ty, ID.Loc, IsCall);
5581
V = PFS->
getVal
(ID.StrVal, Ty, ID.Loc, IsCall);
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
2045
Init *Val =
getVal
(i);
2090
Result +=
getVal
(i)->getAsString();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
1404
const SDValue &
getVal
() const { return getOperand(2); }
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
962
Init *
getVal
(unsigned Num) const {
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
1046
S->Entries->push_back({(ELFYAML::ELF_DYNTAG)Dyn.getTag(), Dyn.
getVal
()});
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
1767
SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->
getVal
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
2533
SDValue CastVal = BitConvertToInteger(AM->
getVal
());
LegalizeDAG.cpp
4918
SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->
getVal
());
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
3881
SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->
getVal
(),
3908
SDValue Src2 = Node->
getVal
();
3975
SDValue Src2 = Node->
getVal
();
Completed in 81 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026