Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h69 bool isMachineBasicBlock() const { in isMachineBasicBlock() function
195 return ACPV->isMachineBasicBlock(); in classof()
H A DCSKYAsmPrinter.cpp205 } else if (CCPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
/openbsd-src/gnu/llvm/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.cpp940 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1798 else if (ACPV->isMachineBasicBlock()) in duplicateCPV()