Home
last modified time | relevance | path

Searched refs:hasPostISelHook (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h492 bool hasPostISelHook() const { in hasPostISelHook() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td99 let hasPostISelHook = 1;
197 let hasPostISelHook = 0;
248 let hasPostISelHook = 0;
427 Gather4 = 1, hasPostISelHook = 0 in {
DVOPInstructions.td81 let hasPostISelHook = 1;
108 let hasPostISelHook = 1;
DDSInstructions.td148 let hasPostISelHook = 1;
172 let hasPostISelHook = 1;
199 let hasPostISelHook = 1;
DFLATInstructions.td248 let hasPostISelHook = 1;
/external/llvm/include/llvm/MC/
DMCInstrDesc.h424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp125 FLAG(hasPostISelHook) in EmitInstrDocs()
DCodeGenInstruction.h248 bool hasPostISelHook : 1; variable
DInstrInfoEmitter.cpp595 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp324 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h466 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h236 bool hasPostISelHook; variable
DInstrInfoEmitter.cpp292 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp312 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h245 bool hasPostISelHook : 1; variable
DInstrInfoEmitter.cpp500 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp320 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2692 let hasPostISelHook = 1 in {
2725 let hasPostISelHook = 1 in {
3022 let mayStore = 1, mayLoad = 1, hasPostISelHook = 1, hasSideEffects = 1 in {
3126 } // mayStore = 1, mayLoad = 1, hasPostISelHook = 1
3349 let glc = 1, hasPostISelHook = 1 in {
3374 let hasPostISelHook = 1;
3425 let hasPostISelHook = 0;
3456 let hasPostISelHook = 0;
3562 let hasPostISelHook = 0;
DSIInstrFormats.td172 let hasPostISelHook = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h738 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp781 if (II.hasPostISelHook()) in EmitMachineNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp877 if (II.hasPostISelHook()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp957 if (II.hasPostISelHook()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td963 let hasPostISelHook = 1, Defs = [CPSR] in {
1317 let hasPostISelHook = 1, Defs = [CPSR] in {

12