HomeSort by relevance Sort by last modified time
    Searched refs:getMCSymbol (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 147 Hash = hash_combine(Hash, Val.Disp->getMCSymbol());
209 MO1.getMCSymbol() == MO2.getMCSymbol()) ||
X86ISelDAGToDAG.cpp 270 Disp = CurDAG->getMCSymbol(AM.MCSym, MVT::i32);
780 AM.MCSym = S->getMCSymbol();
820 AM.MCSym = S->getMCSymbol();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 191 MCOp = LowerSymbolOperand(MO, MO.getMCSymbol());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 143 Symbol = MO.getMCSymbol();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 122 MCE.emitLabel(MI.getOperand(0).getMCSymbol());
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUAsmPrinter.cpp 287 O << *(MO.getMCSymbol());
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 446 MCSymbol *getMCSymbol() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 396 MCSymbol *getMCSymbol() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 220 return getMCSymbol() == Other.getMCSymbol();
320 OS << "<MCSym=" << *getMCSymbol() << '>';
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 243 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol();
WinException.cpp 440 MCSymbol *Label = MI.getOperand(0).getMCSymbol();
    [all...]
AsmPrinter.cpp 831 MCSymbol *FrameAllocSym = MI.getOperand(0).getMCSymbol();
885 OutStreamer->EmitLabel(MI.getOperand(0).getMCSymbol());
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 254 return getMCSymbol() == Other.getMCSymbol();
300 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getMCSymbol());
452 OS << "<MCSym=" << *getMCSymbol() << '>';
    [all...]
MIRPrinter.cpp 861 OS << "<mcsymbol " << *Op.getMCSymbol() << ">";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 252 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 320 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 457 MCSymbol *getMCSymbol() const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 752 MCE.emitLabel(MI.getOperand(0).getMCSymbol());
    [all...]

Completed in 6236 milliseconds

1 2 3