OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMConstantPoolMBB
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
253
//
ARMConstantPoolMBB
256
ARMConstantPoolMBB
::
ARMConstantPoolMBB
(LLVMContext &C,
265
ARMConstantPoolMBB
*
ARMConstantPoolMBB
::Create(LLVMContext &C,
269
return new
ARMConstantPoolMBB
(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
272
int
ARMConstantPoolMBB
::getExistingMachineCPValue(MachineConstantPool *CP,
281
ARMConstantPoolMBB
*APMBB = dyn_cast<
ARMConstantPoolMBB
>(CPV);
292
bool
ARMConstantPoolMBB
::hasSameValue(ARMConstantPoolValue *ACPV)
[
all
...]
ARMConstantPoolValue.h
192
///
ARMConstantPoolMBB
- ARM-specific constantpool value of a machine basic
194
class
ARMConstantPoolMBB
: public ARMConstantPoolValue {
197
ARMConstantPoolMBB
(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
202
static
ARMConstantPoolMBB
*Create(LLVMContext &C,
ARMAsmPrinter.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 177 milliseconds