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

1 2 3

  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 72 unsigned InReg = MI->getOperand(1).getReg();
76 const unsigned OrigRegs[] = {OutReg, InReg, GPR3};
106 .addReg(InReg);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 27 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
56 bool isInReg() const { return Flags & InReg; }
  /external/mesa3d/src/amd/common/
ac_llvm_helper.cpp 54 AS.hasAttribute(ArgNo + 1, llvm::Attribute::InReg);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
76 bool isInReg() const { return Flags & InReg; }
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 40 const Attributes InReg = 1<<3; ///< Force argument to be passed in register
102 ByVal | InReg | Nest | StructRet,
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 96 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
113 : TheKind(K), PaddingInReg(false), InReg(false) {
119 TheKind(Direct), PaddingInReg(false), InReg(false) {}
300 return InReg;
305 InReg = IR;
478 /// How many arguments to pass inreg.
  /external/llvm/include/llvm/CodeGen/
FastISel.h 104 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
128 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 86 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
110 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegRewriter.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 296 // For non-compute shaders, SGPR inputs are marked with either inreg or byval.
297 if (F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::InReg) ||

Completed in 1019 milliseconds

1 2 3