Searched refs:AWI (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 35 AttributeWithIndex AWI[2]; in EmitStrLen() local 36 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrLen() 37 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrLen() 41 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2), in EmitStrLen() 58 AttributeWithIndex AWI = in EmitStrChr() local 63 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1), in EmitStrChr() 76 AttributeWithIndex AWI[3]; in EmitStrNCmp() local 77 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrNCmp() 78 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrNCmp() 79 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrNCmp() [all …]
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 106 for (const AsmWriterInst &AWI : SimilarInsts) in EmitInstructions() local 107 O << " case " << AWI.CGI->Namespace << "::" in EmitInstructions() 108 << AWI.CGI->TheDef->getName() << ":\n"; in EmitInstructions() 123 for (const AsmWriterInst &AWI : SimilarInsts) { in EmitInstructions() local 124 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+ in EmitInstructions() 125 AWI.CGI->TheDef->getName(), in EmitInstructions() 126 AWI.Operands[i])); in EmitInstructions() 278 for (AsmWriterInst &AWI : Instructions) { in EmitPrintInstruction() 279 if (AWI.Operands[0].OperandType == in EmitPrintInstruction() 281 !AWI.Operands[0].Str.empty()) { in EmitPrintInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 90 AsmWriterInst &AWI = SimilarInsts[si]; in EmitInstructions() local 91 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+ in EmitInstructions() 92 AWI.CGI->TheDef->getName(), in EmitInstructions() 93 AWI.Operands[i])); in EmitInstructions() 288 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]]; in EmitPrintInstruction() local 290 if (AWI == 0) { in EmitPrintInstruction() 293 } else if (AWI->Operands[0].OperandType != in EmitPrintInstruction() 295 AWI->Operands[0].Str.empty()) { in EmitPrintInstruction() 299 std::string Str = AWI->Operands[0].Str; in EmitPrintInstruction() 305 AWI->Operands.erase(AWI->Operands.begin()); in EmitPrintInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.gen | 7637 AttributeWithIndex AWI[3]; 8058 AWI[0] = AttributeWithIndex::get(~0, Attribute::NoUnwind|Attribute::ReadNone); 8089 AWI[0] = AttributeWithIndex::get(~0, Attribute::NoUnwind|Attribute::ReadOnly); 8158 AWI[0] = AttributeWithIndex::get(~0, Attribute::NoUnwind); 8164 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); 8165 AWI[1] = AttributeWithIndex::get(~0, Attribute::NoUnwind); 8170 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); 8171 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); 8172 AWI[2] = AttributeWithIndex::get(~0, Attribute::NoUnwind); 8178 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture); [all …]
|