/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCInstrAnalysis.cpp | 33 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 D | MCInstrAnalysis.cpp | 38 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 D | MCInstrAnalysis.h | 157 virtual Optional<uint64_t> evaluateMemoryOperandAddress(const MCInst &Inst,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCInstrAnalysis.h | 160 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCInstrAnalysis.h | 187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCInstrAnalysis.h | 187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCInstrAnalysis.h | 187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCInstrAnalysis.h | 187 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 435 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 D | X86MCTargetDesc.cpp | 404 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 D | IndirectionUtils.cpp | 450 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 D | X86MCTargetDesc.cpp | 510 evaluateMemoryOperandAddress(const MCInst &Inst, const MCSubtargetInfo *STI, 640 std::optional<uint64_t> X86MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress() function in llvm::X86_MC::X86MCInstrAnalysis
|
H A D | X86IntelInstPrinter.cpp | 380 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
|
H A D | X86ATTInstPrinter.cpp | 422 if (MIA->evaluateMemoryOperandAddress(*MI, /*STI=*/nullptr, 0, 0)) in printMemReference()
|