HomeSort by: relevance | last modified time | path
    Searched refs:LowerAsmOperandForConstraint (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.h 101 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
LanaiISelLowering.cpp 282 // LowerAsmOperandForConstraint - Lower the specified operand into the Ops
284 void LanaiTargetLowering::LowerAsmOperandForConstraint(
359 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 136 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
AVRISelLowering.cpp 1964 void AVRTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
2068 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.h 166 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
M68kISelLowering.cpp 2727 void M68kTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
2839 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 void LowerAsmOperandForConstraint(SDValue Op,
SparcISelLowering.cpp 3227 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3230 LowerAsmOperandForConstraint(SDValue Op,
3258 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 502 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
NVPTXISelLowering.cpp 2726 void NVPTXTargetLowering::LowerAsmOperandForConstraint(
2732 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 349 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
RISCVISelLowering.cpp 8229 void RISCVTargetLowering::LowerAsmOperandForConstraint(
8264 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 460 void LowerAsmOperandForConstraint(SDValue Op,
SystemZISelLowering.cpp 1230 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
1272 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1033 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 414 void LowerAsmOperandForConstraint(SDValue Op,
SIISelLowering.cpp 11625 void SITargetLowering::LowerAsmOperandForConstraint(SDValue Op,
11637 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 523 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
527 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 632 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
636 void LowerAsmOperandForConstraint(SDValue Op,
MipsISelLowering.cpp 4161 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
4163 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
4254 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 925 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
927 void LowerAsmOperandForConstraint(SDValue Op,
PPCISelLowering.cpp 15727 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
15729 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
15800 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1134 void LowerAsmOperandForConstraint(SDValue Op,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 4228 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4484 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
4946 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],

Completed in 242 milliseconds

1 2