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

  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 222 HexagonMCInst MCI;
223 MCI.setPacketStart(Index == 0);
224 MCI.setPacketEnd(Index == (Size-1));
226 HexagonLowerToMC(BundleMIs[Index], MCI, *this);
227 OutStreamer.EmitInstruction(MCI);
231 HexagonMCInst MCI;
233 MCI.setPacketStart(true);
234 MCI.setPacketEnd(true);
236 HexagonLowerToMC(MI, MCI, *this);
237 OutStreamer.EmitInstruction(MCI);
    [all...]
HexagonMCInstLower.cpp 42 void llvm::HexagonLowerToMC(const MachineInstr* MI, HexagonMCInst& MCI,
44 MCI.setOpcode(MI->getOpcode());
45 MCI.setDesc(MI->getDesc());
93 MCI.addOperand(MCO);
Hexagon.h 58 void HexagonLowerToMC(const MachineInstr *MI, HexagonMCInst &MCI,
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 207 MachineCodeInfo MCI;
211 EE->runJITOnFunction(F, &MCI);
221 EXPECT_EQ(MCI.address(), Listener.EmittedEvents[0].Code);
222 EXPECT_EQ(MCI.size(), Listener.EmittedEvents[0].Size);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 598 void JIT::runJITOnFunction(Function *F, MachineCodeInfo *MCI) {
602 MachineCodeInfo *const MCI;
604 MCIListener(MachineCodeInfo *mci) : MCI(mci) {}
608 MCI->setAddress(Code);
609 MCI->setSize(Size);
612 MCIListener MCIL(MCI);
613 if (MCI)
618 if (MCI)
    [all...]
JIT.h 192 void runJITOnFunction(Function *F, MachineCodeInfo *MCI = 0);
  /external/llvm/lib/Analysis/
Lint.cpp 275 MemCpyInst *MCI = cast<MemCpyInst>(&I);
277 visitMemoryReference(I, MCI->getDest(), AliasAnalysis::UnknownSize,
278 MCI->getAlignment(), 0,
280 visitMemoryReference(I, MCI->getSource(), AliasAnalysis::UnknownSize,
281 MCI->getAlignment(), 0,
289 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
293 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 40 #include "Mci/mci.h"
59 MC_CHECK_VERSION(MCI, 0, 2);
90 * Set up MCI and wait till MC is initialized
118 // Set up MCI buffer
128 // Only do a fastcall if MCI has not been reused (MC already initialized)
140 // First empty N-SIQ which results in set up of the MCI structure
162 LOG_E("MCI buffer init failed, state is 0x%x", status);
185 LOG_I("MCI established, at %p, phys=%p, reused=%s",
369 bool TrustZoneDevice::getMciInstance(uint32_t len, CWsm_ptr *mci, bool *reused
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 55 #include "Mci/mci.h"
57 MC_CHECK_VERSION(MCI, 0, 2);

Completed in 482 milliseconds