Searched refs:getOperation (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/MC/
H A DMCWin64EH.cpp27 switch (I->getOperation()) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
106 if (inst.getOperation() == Win64EH::UOP_SaveXMM128)
115 if (inst.getOperation() == Win64EH::UOP_SaveXMM128Big)
174 assert(frameInst.getOperation() == Win64EH::UOP_SetFPReg);
H A DMCDwarf.cpp950 switch (Instr.getOperation()) {
977 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset;
1027 Instr.getOperation() == MCCFIInstruction::OpRelOffset;
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h55 OpType getOperation() const { return Operation; } function in class:llvm::MCWin64EHInstruction
H A DMCDwarf.h363 OpType getOperation() const { return Operation; } function in class:llvm::MCCFIInstruction
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp173 switch (Inst.getOperation()) {
/external/llvm/lib/IR/
H A DInstruction.cpp315 return RMWI->getOperation() == cast<AtomicRMWInst>(I)->getOperation() &&
389 return RMWI->getOperation() == cast<AtomicRMWInst>(I)->getOperation() &&
H A DVerifier.cpp1884 Assert1(AtomicRMWInst::FIRST_BINOP <= RMWI.getOperation() &&
1885 RMWI.getOperation() <= AtomicRMWInst::LAST_BINOP,
H A DAsmWriter.cpp1793 writeAtomicRMWOperation(Out, RMWI->getOperation());
H A DInstructions.cpp3522 new AtomicRMWInst(getOperation(),getOperand(0), getOperand(1),
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp47 switch (RMWI->getOperation()) {
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp344 return RMWI->getOperation() == cast<AtomicRMWInst>(I2)->getOperation() &&
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp533 Function *F = TsanAtomicRMW[RMWI->getOperation()][Idx];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1506 cast<AtomicRMWInst>(I).getOperation()));
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1567 switch (rmwi->getOperation()) {
/external/llvm/include/llvm/IR/
H A DInstructions.h607 BinOp getOperation() const { function in class:llvm::AtomicRMWInst
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3476 switch (I.getOperation()) {

Completed in 1869 milliseconds