HomeSort by: relevance | last modified time | path
    Searched refs:C_Memory (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 68 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
94 if (OpInfo.ConstraintType == TargetLowering::C_Memory)
152 case TargetLowering::C_Memory:
171 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory ||
189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
376 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
509 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
643 case TargetLowering::C_Memory:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 8070 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory)
8216 if (OpInfo.ConstraintType == TargetLowering::C_Memory)
8348 if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
8490 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
8496 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
8558 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
8658 OpInfo.ConstraintType = TargetLowering::C_Memory;
8688 if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
8825 case TargetLowering::C_Memory:
TargetLowering.cpp 4434 return C_Memory;
4459 return C_Memory;
4819 case TargetLowering::C_Memory:
4932 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory ||
4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 1772 return C_Memory;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 4843 (OpInfo.ConstraintType != TargetLowering::C_Memory ||
5625 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 3922 return C_Memory;
3927 return C_Memory;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 4113 C_Memory, // Memory constraint.
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 18384 case 'Q': return C_Memory;
18391 case 'U': return C_Memory;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 8030 return C_Memory;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 1025 return C_Memory;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 15533 return C_Memory;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 7843 return C_Memory;

Completed in 152 milliseconds