Home
last modified time | relevance | path

Searched refs:isMachineBasicBlock (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h92 bool isMachineBasicBlock() const { in isMachineBasicBlock() function
221 return ACPV->isMachineBasicBlock(); in classof()
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h69 bool isMachineBasicBlock() const { in isMachineBasicBlock() function
195 return ACPV->isMachineBasicBlock(); in classof()
H A DCSKYAsmPrinter.cpp207 } else if (CCPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h111 bool isMachineBasicBlock() const{ return Kind == ARMCP::CPMachineBasicBlock; } in isMachineBasicBlock() function
271 return ACPV->isMachineBasicBlock(); in classof()
H A DARMAsmPrinter.cpp955 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1815 else if (ACPV->isMachineBasicBlock()) in reMaterialize()