| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SDNodeDbgValue.h | 149 bool IsIndirect; 157 bool IsIndirect, DebugLoc DL, unsigned O, bool IsVariadic) 162 Var(Var), Expr(Expr), DL(DL), Order(O), IsIndirect(IsIndirect), 165 assert(!(IsVariadic && IsIndirect)); 209 bool isIndirect() const { return IsIndirect; }
|
| SelectionDAGISel.cpp | 608 bool IsIndirect = MI->isIndirectDebugValue(); 609 if (IsIndirect) 618 IsIndirect, LDI->second, Variable, Expr); 641 BuildMI(*MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect,
|
| FastISel.cpp | 1263 TII.get(TargetOpcode::DBG_VALUE), /*IsIndirect*/ true, 1306 bool IsIndirect = false; 1307 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect, Reg,
|
| SelectionDAG.cpp | 8678 SDNode *N, unsigned R, bool IsIndirect, 8684 {}, IsIndirect, DL, O, 8697 /*IsIndirect=*/false, DL, O, 8704 bool IsIndirect, 8709 return getFrameIndexDbgValue(Var, Expr, FI, {}, IsIndirect, DL, O); 8716 bool IsIndirect, 8723 Dependencies, IsIndirect, DL, O, 8729 unsigned VReg, bool IsIndirect, 8735 {}, IsIndirect, DL, O, 8742 bool IsIndirect, const DebugLoc &DL [all...] |
| SelectionDAGBuilder.cpp | 1153 /*IsIndirect=*/false, DL, Order, /*IsVariadic=*/true); 1435 /*IsIndirect=*/false, dl, SDNodeOrder, IsVariadic); 5573 bool IsIndirect = false; 5595 IsIndirect = IsDbgDeclare; 5661 IsIndirect = IsDbgDeclare; 5675 IsIndirect = (Op->isReg()) ? IsIndirect : true; 5677 BuildMI(MF, DL, TII->get(TargetOpcode::DBG_VALUE), IsIndirect, 5701 /*IsIndirect*/ false, dl, DbgSDNodeOrder); 5704 /*IsIndirect*/ false, dl, DbgSDNodeOrder) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineInstrBuilder.h | 445 const MCInstrDesc &MCID, bool IsIndirect, 452 const MCInstrDesc &MCID, bool IsIndirect, 459 const MCInstrDesc &MCID, bool IsIndirect, 468 const MCInstrDesc &MCID, bool IsIndirect, 476 const MCInstrDesc &MCID, bool IsIndirect, 484 const MCInstrDesc &MCID, bool IsIndirect,
|
| SelectionDAG.h | 1477 unsigned R, bool IsIndirect, const DebugLoc &DL, 1487 unsigned FI, bool IsIndirect, 1494 bool IsIndirect, const DebugLoc &DL, 1499 unsigned VReg, bool IsIndirect, 1505 ArrayRef<SDNode *> Dependencies, bool IsIndirect,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineInstr.cpp | 2107 const MCInstrDesc &MCID, bool IsIndirect, 2115 if (IsIndirect) 2123 const MCInstrDesc &MCID, bool IsIndirect, 2131 return BuildMI(MF, DL, MCID, IsIndirect, MO.getReg(), Variable, Expr); 2134 if (IsIndirect) 2142 const MCInstrDesc &MCID, bool IsIndirect, 2150 return BuildMI(MF, DL, MCID, IsIndirect, MOs[0], Variable, Expr); 2165 bool IsIndirect, Register Reg, 2168 MachineInstr *MI = BuildMI(MF, DL, MCID, IsIndirect, Reg, Variable, Expr); 2176 bool IsIndirect, MachineOperand &MO [all...] |
| LiveDebugVariables.cpp | 414 void addDef(SlotIndex Idx, ArrayRef<MachineOperand> LocMOs, bool IsIndirect, 419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); 821 bool IsIndirect = MI.isDebugOffsetImm(); 822 if (IsIndirect) 833 IsIndirect, IsList, *Expr); 1594 bool IsIndirect = DbgValue.getWasIndirect(); 1600 if (IsIndirect) 1603 IsIndirect = true; 1619 BuildMI(*MBB, I, getDebugLoc(), TII.get(DbgValueOpcode), IsIndirect, MOs,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86OptimizeLEAs.cpp | 602 bool IsIndirect = MI.isIndirectDebugValue(); 606 if (IsIndirect) 621 return BuildMI(*MBB, MBB->erase(&MI), DL, TII->get(Opcode), IsIndirect,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64MCInstLower.cpp | 47 bool IsIndirect = (TargetFlags & (AArch64II::MO_DLLIMPORT | AArch64II::MO_COFFSTUB)); 48 if (!IsIndirect)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.h | 1107 const bool IsIndirect : 1; 1112 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) 1114 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect),
|
| PPCISelLowering.cpp | 5176 if (CFlags.IsIndirect) { 5421 if (!CFlags.IsIndirect) 5504 if (!CFlags.IsIndirect) 5526 (CFlags.IsIndirect && Subtarget.isUsingPCRelativeCalls())) && 6439 if (CFlags.IsIndirect) { 7402 if (CFlags.IsIndirect) {
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| TargetInfo.cpp | 352 /// \param IsIndirect - Values of this type are passed indirectly. 363 QualType ValueTy, bool IsIndirect, 369 if (IsIndirect) { 379 if (IsIndirect) 387 if (IsIndirect) { 653 if (AI.isIndirect()) { 916 bool IsIndirect = isAggregateTypeForABI(Ty) && 919 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, 1929 } else if (FI.getReturnInfo().isIndirect()) { 1976 bool IsIndirect = false [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| AArch64CallLowering.cpp | 848 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, 851 return IsIndirect ? getBLRCallOpcode(CallerF) : (unsigned)AArch64::BL; 853 if (!IsIndirect)
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| TypeIndexDiscovery.cpp | 176 bool IsIndirect,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMAsmPrinter.cpp | 823 bool IsIndirect = 826 if (!IsIndirect) 845 bool IsIndirect = 847 if (!IsIndirect)
|
| ARMFastISel.cpp | 531 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV); 591 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; 605 (Subtarget->isTargetMachO() && IsIndirect) ||
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyISelLowering.cpp | 468 bool IsIndirect = CallParams.getOperand(0).isReg(); 472 if (IsIndirect && IsRetCall) { 474 } else if (IsIndirect) { 490 if (IsIndirect && MF.getSubtarget<WebAssemblySubtarget>().hasAddr64()) { 501 if (IsIndirect) { 510 if (IsIndirect) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUCallLowering.cpp | 903 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect,
|