Home
last modified time | relevance | path

Searched refs:evaluateAsConstant (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCExpr.h64 bool evaluateAsConstant(int64_t &Res) const;
DRISCVMCExpr.cpp94 bool RISCVMCExpr::evaluateAsConstant(int64_t &Res) const { in evaluateAsConstant() function in RISCVMCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h53 bool evaluateAsConstant(int64_t &Result) const;
DAVRMCExpr.cpp55 bool AVRMCExpr::evaluateAsConstant(int64_t &Result) const { in evaluateAsConstant() function in llvm::AVRMCExpr
DAVRMCCodeEmitter.cpp237 if (AVRExpr->evaluateAsConstant(Result)) { in getExprOpValue()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h92 bool evaluateAsConstant(int64_t &Res) const;
DPPCMCExpr.cpp56 PPCMCExpr::evaluateAsConstant(int64_t &Res) const { in evaluateAsConstant() function in PPCMCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h94 bool evaluateAsConstant(int64_t &Res) const;
DPPCMCExpr.cpp58 PPCMCExpr::evaluateAsConstant(int64_t &Res) const { in evaluateAsConstant() function in PPCMCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp191 Ret = RE->evaluateAsConstant(Imm); in evaluateConstantImm()
525 IsConstant = RE->evaluateAsConstant(Imm); in addExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp825 if (TE->evaluateAsConstant(Res)) in CreateFromMCExpr()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp788 if (TE->evaluateAsConstant(Res)) in CreateFromMCExpr()