| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcMCInstLower.cpp | 50 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
| H A D | SparcAsmPrinter.cpp | 370 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 62 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMCInstLower.cpp | 88 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP); in HexagonLowerToMC()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreMCInstLower.cpp | 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
| H A D | XCoreAsmPrinter.cpp | 233 O << *GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 93 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
| H A D | MSP430ISelDAGToDAG.cpp | 164 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper()
|
| H A D | MSP430ISelLowering.cpp | 807 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); in LowerBlockAddress()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
| H A D | ARMConstantPoolValue.h | 165 const BlockAddress *getBlockAddress() const;
|
| H A D | ARMConstantPoolValue.cpp | 160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in ARMConstantPoolConstant
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 213 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
|
| H A D | PPCAsmPrinter.cpp | 183 O << *GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() 512 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction() 556 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction() 600 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction() 631 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 81 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
| H A D | MipsAsmPrinter.cpp | 606 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 198 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 496 BA->getBlockAddress()->getFunction()->printAsOperand(OS, false); in print_details() 498 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false); in print_details()
|
| H A D | InstrEmitter.cpp | 426 MIB.addBlockAddress(BA->getBlockAddress(), in AddOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 218 return getBlockAddress() == Other.getBlockAddress() && in isIdenticalTo() 263 MO.getBlockAddress(), MO.getOffset()); in hash_value() 388 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false); in print()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 438 const BlockAddress *getBlockAddress() const { in getBlockAddress() function
|
| H A D | SelectionDAG.h | 505 SDValue getBlockAddress(const BlockAddress *BA, EVT VT, 511 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
|
| H A D | SelectionDAGNodes.h | 1737 const BlockAddress *getBlockAddress() const { return BA; }
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 693 AM.BlockAddr = BA->getBlockAddress(); in MatchWrapper() 730 AM.BlockAddr = BA->getBlockAddress(); in MatchWrapper()
|
| H A D | X86MCInstLower.cpp | 429 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress())); in Lower()
|