HomeSort by relevance Sort by last modified time
    Searched refs:ABE (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCExpr.cpp 752 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
755 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
757 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
760 if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(ABE->getLHS()))
761 if (const MCTargetExpr *R = cast<MCTargetExpr>(ABE->getRHS())) {
762 switch (ABE->getOpcode()) {
778 switch (ABE->getOpcode()) {
800 auto Op = ABE->getOpcode();
815 if (ABE->getOpcode() == MCBinaryExpr::Div)
MCAssembler.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 499 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
502 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
504 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
511 switch (ABE->getOpcode()) {
534 switch (ABE->getOpcode()) {
  /external/llvm/lib/MC/
MCExpr.cpp 685 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
688 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
690 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
697 switch (ABE->getOpcode()) {
719 switch (ABE->getOpcode()) {

Completed in 4049 milliseconds