OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCInstLowering
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp
59
AMDGPUMCInstLower
MCInstLowering
;
73
MCInstLowering
.lower(BundledInst, MCBundleInst);
79
MCInstLowering
.lower(MI, TmpInst);
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.h
90
MipsMCInstLower
MCInstLowering
;
94
MCInstLowering
(*this) {
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp
59
AMDGPUMCInstLower
MCInstLowering
;
73
MCInstLowering
.lower(BundledInst, MCBundleInst);
79
MCInstLowering
.lower(MI, TmpInst);
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
54
XCoreMCInstLower
MCInstLowering
;
60
MCInstLowering
(*this) {}
178
MCInstLowering
.Initialize(Mang, &MF->getContext());
299
MCInstLowering
.Lower(MI, TmpInst);
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
50
AArch64MCInstLower
MCInstLowering
;
57
MCInstLowering
(OutContext, *Mang, *this), SM(*this), AArch64FI(nullptr),
64
/// \brief Wrapper for
MCInstLowering
.lowerOperand() for the
67
return
MCInstLowering
.lowerOperand(MO, MCOp);
475
MCInstLowering
.lowerOperand(MI->getOperand(0), Dest);
484
MCInstLowering
.lowerOperand(MI->getOperand(0), Callee);
485
MCInstLowering
.lowerOperand(MI->getOperand(1), Sym);
513
MCInstLowering
.Lower(MI, TmpInst);
Completed in 188 milliseconds