Home
last modified time | relevance | path

Searched refs:addFlag (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp110 TII->addFlag(*PredSet, 0, MO_FLAG_MASK); in runOnMachineFunction()
140 TII->addFlag(*BMI, 0, MO_FLAG_MASK); in runOnMachineFunction()
142 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST); in runOnMachineFunction()
169 TII->addFlag(*BMI, 0, MO_FLAG_MASK); in runOnMachineFunction()
171 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST); in runOnMachineFunction()
192 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST); in runOnMachineFunction()
215 TII->addFlag(*BMI, 0, MO_FLAG_MASK); in runOnMachineFunction()
218 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST); in runOnMachineFunction()
333 TII->addFlag(*NewMI, 0, MO_FLAG_MASK); in runOnMachineFunction()
336 TII->addFlag(*NewMI, 0, MO_FLAG_NOT_LAST); in runOnMachineFunction()
DR600InstrInfo.h303 void addFlag(MachineInstr &MI, unsigned Operand, unsigned Flag) const;
DR600ISelLowering.cpp245 TII->addFlag(*NewMI, 0, MO_FLAG_CLAMP); in EmitInstrWithCustomInserter()
253 TII->addFlag(*NewMI, 0, MO_FLAG_ABS); in EmitInstrWithCustomInserter()
261 TII->addFlag(*NewMI, 0, MO_FLAG_NEG); in EmitInstrWithCustomInserter()
269 TII->addFlag(*defInstr, 0, MO_FLAG_MASK); in EmitInstrWithCustomInserter()
538 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
552 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
DR600InstrInfo.cpp783 addFlag(*PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
799 addFlag(*PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
1492 void R600InstrInfo::addFlag(MachineInstr &MI, unsigned Operand, in addFlag() function in R600InstrInfo
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp184 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() function in DwarfUnit
274 addFlag(Die, dwarf::DW_AT_declaration); in addDIETypeSignature()
852 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments()
876 addFlag(Buffer, dwarf::DW_AT_prototyped); in constructTypeDIE()
884 addFlag(Buffer, dwarf::DW_AT_reference); in constructTypeDIE()
887 addFlag(Buffer, dwarf::DW_AT_rvalue_reference); in constructTypeDIE()
894 addFlag(Buffer, dwarf::DW_AT_declaration); in constructTypeDIE()
950 addFlag(Buffer, dwarf::DW_AT_APPLE_block); in constructTypeDIE()
960 addFlag(Buffer, dwarf::DW_AT_APPLE_objc_complete_type); in constructTypeDIE()
991 addFlag(Buffer, dwarf::DW_AT_declaration); in constructTypeDIE()
[all …]
DDwarfCompileUnit.cpp137 addFlag(*VariableDIE, dwarf::DW_AT_external); in getOrCreateGlobalVariableDIE()
144 addFlag(*VariableDIE, dwarf::DW_AT_declaration); in getOrCreateGlobalVariableDIE()
303 addFlag(*SPDie, dwarf::DW_AT_APPLE_omit_frame_ptr); in updateSubprogramScopeDIE()
811 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyVariableAttributes()
DDwarfUnit.h166 void addFlag(DIE &Die, dwarf::Attribute Attribute);
DDwarfDebug.cpp379 U.addFlag(D, dwarf::DW_AT_GNU_pubnames); in addGnuPubAttributes()
426 NewCU.addFlag(Die, dwarf::DW_AT_APPLE_optimized); in constructDwarfCompileUnit()
/external/mesa3d/src/gallium/drivers/radeon/
DR600ISelLowering.cpp70 TII->addFlag(NewMI, 0, MO_FLAG_CLAMP); in EmitInstrWithCustomInserter()
81 TII->addFlag(NewMI, 1, MO_FLAG_ABS); in EmitInstrWithCustomInserter()
93 TII->addFlag(NewMI, 1, MO_FLAG_NEG); in EmitInstrWithCustomInserter()
112 TII->addFlag(defInstr, 0, MO_FLAG_MASK); in EmitInstrWithCustomInserter()
212 TII->addFlag(NewMI, 1, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
226 TII->addFlag(NewMI, 1, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
DR600InstrInfo.cpp276 addFlag(PredSet, 1, MO_FLAG_PUSH); in InsertBranch()
287 addFlag(PredSet, 1, MO_FLAG_PUSH); in InsertBranch()
498 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag() function in R600InstrInfo
DR600InstrInfo.h118 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
DR600ExpandSpecialInstrs.cpp157 TII->addFlag(NewMI, 0, Flags); in runOnMachineFunction()