Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCInstrAnalysis.cpp33 std::optional<uint64_t> MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in MCInstrAnalysis
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstrAnalysis.cpp38 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, in evaluateMemoryOperandAddress() function in MCInstrAnalysis
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h157 virtual Optional<uint64_t> evaluateMemoryOperandAddress(const MCInst &Inst,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h160 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrAnalysis.h187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrAnalysis.h187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrAnalysis.h187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrAnalysis.h187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp435 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
562 std::optional<uint64_t> ARMMCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in ARMMCInstrAnalysis
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp404 Optional<uint64_t> evaluateMemoryOperandAddress(const MCInst &Inst,
522 Optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in llvm::X86_MC::X86MCInstrAnalysis
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp450 MIA.evaluateMemoryOperandAddress(Instr, &STI, InstrStart, InstrSize); in addFunctionPointerRelocationsToCurrentSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp510 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
640 std::optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in llvm::X86_MC::X86MCInstrAnalysis
H A DX86IntelInstPrinter.cpp380 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
H A DX86ATTInstPrinter.cpp422 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()