Home
last modified time | relevance | path

Searched refs:createDiv (Results 1 – 13 of 13) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DTableRenderer.java83 Element tempDiv = DOM.createDiv(); in renderBody()
/external/llvm/include/llvm/MC/
DMCExpr.h432 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h477 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() function
/external/llvm-project/llvm/include/llvm/MC/
DMCExpr.h530 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() function
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp543 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
DAsmPrinter.cpp1879 case Instruction::SDiv: return MCBinaryExpr::createDiv(LHS, RHS, Ctx); in lowerConstant()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp587 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
DAsmPrinter.cpp2493 case Instruction::SDiv: return MCBinaryExpr::createDiv(LHS, RHS, Ctx); in lowerConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp580 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable()
DAsmPrinter.cpp2355 case Instruction::SDiv: return MCBinaryExpr::createDiv(LHS, RHS, Ctx); in lowerConstant()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1116 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in EmitJumpTableTBInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1051 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in EmitJumpTableTBInst()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1069 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()