Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h68 bool isMachineBasicBlock() const { in isMachineBasicBlock() function
188 return ACPV->isMachineBasicBlock(); in classof()
H A DCSKYAsmPrinter.cpp205 } else if (CCPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
/llvm-project-15.0.7/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.cpp942 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1793 else if (ACPV->isMachineBasicBlock()) in duplicateCPV()