Searched refs:addFlag (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600ExpandSpecialInstrs.cpp | 110 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()
|
| HD | R600InstrInfo.h | 279 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
|
| HD | R600ISelLowering.cpp | 229 TII->addFlag(NewMI, 0, MO_FLAG_CLAMP); in EmitInstrWithCustomInserter() 238 TII->addFlag(NewMI, 0, MO_FLAG_ABS); in EmitInstrWithCustomInserter() 247 TII->addFlag(NewMI, 0, MO_FLAG_NEG); in EmitInstrWithCustomInserter() 255 TII->addFlag(defInstr, 0, MO_FLAG_MASK); in EmitInstrWithCustomInserter() 503 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 517 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|
| HD | R600InstrInfo.cpp | 790 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 806 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 1397 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag() function in R600InstrInfo
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfUnit.cpp | 186 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() function in DwarfUnit 274 addFlag(Die, dwarf::DW_AT_declaration); in addDIETypeSignature() 868 addFlag(Arg, dwarf::DW_AT_artificial); in constructSubprogramArguments() 892 addFlag(Buffer, dwarf::DW_AT_prototyped); in constructTypeDIE() 895 addFlag(Buffer, dwarf::DW_AT_reference); in constructTypeDIE() 898 addFlag(Buffer, dwarf::DW_AT_rvalue_reference); in constructTypeDIE() 954 addFlag(Buffer, dwarf::DW_AT_APPLE_block); in constructTypeDIE() 964 addFlag(Buffer, dwarf::DW_AT_APPLE_objc_complete_type); in constructTypeDIE() 995 addFlag(Buffer, dwarf::DW_AT_declaration); in constructTypeDIE() 1181 addFlag(SPDie, dwarf::DW_AT_prototyped); in applySubprogramAttributes() [all …]
|
| HD | DwarfCompileUnit.cpp | 136 addFlag(*VariableDIE, dwarf::DW_AT_external); in getOrCreateGlobalVariableDIE() 143 addFlag(*VariableDIE, dwarf::DW_AT_declaration); in getOrCreateGlobalVariableDIE() 285 addFlag(*SPDie, dwarf::DW_AT_APPLE_omit_frame_ptr); in updateSubprogramScopeDIE() 798 addFlag(VariableDie, dwarf::DW_AT_artificial); in applyVariableAttributes()
|
| HD | DwarfUnit.h | 186 void addFlag(DIE &Die, dwarf::Attribute Attribute);
|
| HD | DwarfDebug.cpp | 361 U.addFlag(D, dwarf::DW_AT_GNU_pubnames); in addGnuPubAttributes() 404 NewCU.addFlag(Die, dwarf::DW_AT_APPLE_optimized); in constructDwarfCompileUnit()
|