| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 267 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 293 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 337 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 351 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 397 getVal(BO->getOperand(0)), in EvaluateBlock() 398 getVal(BO->getOperand(1))); in EvaluateBlock() 403 getVal(CI->getOperand(0)), in EvaluateBlock() 404 getVal(CI->getOperand(1))); in EvaluateBlock() 409 getVal(CI->getOperand(0)), in EvaluateBlock() 414 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function 184 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) { in getOptionalVal() 217 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount", in getFromMD() 220 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount)) in getFromMD() 222 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount", in getFromMD() 225 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount", in getFromMD() 228 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts", in getFromMD() 231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions", in getFromMD()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Evaluator.h | 72 Constant *getVal(Value *V) { in getVal() function
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Expression.h | 167 bool getVal (int propId, Context *ctx);
|
| H A D | Expression.cc | 147 Expression::getVal (int propId, Context *ctx) in getVal() function in Expression 1056 if (ctx && arg0->bEval (ctx) && getVal ((int) arg0->v.val, ctx)) in bEval()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Expression.h | 167 bool getVal (int propId, Context *ctx);
|
| H A D | Expression.cc | 147 Expression::getVal (int propId, Context *ctx) in getVal() function in Expression 1056 if (ctx && arg0->bEval (ctx) && getVal ((int) arg0->v.val, ctx)) in bEval()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1878 StringTableSize = Dyn.getVal(); in parseDynamicTable() 1892 uint64_t Val = Dyn.getVal(); in parseDynamicTable() 1904 DynRelaRegion.Size = Dyn.getVal(); in parseDynamicTable() 1908 DynRelaRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 1912 SONameOffset = Dyn.getVal(); in parseDynamicTable() 1918 DynRelRegion.Size = Dyn.getVal(); in parseDynamicTable() 1922 DynRelRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 1931 DynRelrRegion.Size = Dyn.getVal(); in parseDynamicTable() 1938 DynRelrRegion.EntSize = Dyn.getVal(); in parseDynamicTable() 1944 if (Dyn.getVal() == DT_REL) in parseDynamicTable() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 438 Value *getVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 439 Value *getVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 977 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 984 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 990 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 381 uintX_t getVal() const { return d_un.d_val; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3129 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState 3164 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc, in getVal() function in LLParser::PerFunctionState 3266 getVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in getBB() 3271 getVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in getBB() 5576 V = PFS->getVal(ID.UIntVal, Ty, ID.Loc, IsCall); in convertValIDToValue() 5581 V = PFS->getVal(ID.StrVal, Ty, ID.Loc, IsCall); in convertValIDToValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2045 Init *Val = getVal(i); in Fold() 2090 Result += getVal(i)->getAsString(); in getAsString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 962 Init *getVal(unsigned Num) const { in getVal() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 1046 S->Entries->push_back({(ELFYAML::ELF_DYNTAG)Dyn.getTag(), Dyn.getVal()}); in dumpDynamicSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1404 const SDValue &getVal() const { return getOperand(2); }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3881 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE() 3908 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() 3975 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1767 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2533 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
|
| H A D | LegalizeDAG.cpp | 4918 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()
|