/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 199 Value *Source2 = CI->getArgOperand(1); in emitLoadCompareByteBlock() local 206 if (Source2->getType() != LoadSizeType) in emitLoadCompareByteBlock() 207 Source2 = Builder.CreateBitCast(Source2, LoadSizeType->getPointerTo()); in emitLoadCompareByteBlock() 213 Source2 = Builder.CreateGEP(LoadSizeType, Source2, in emitLoadCompareByteBlock() 218 Value *LoadSrc2 = Builder.CreateLoad(LoadSizeType, Source2); in emitLoadCompareByteBlock() 274 Value *Source2 = CI->getArgOperand(1); in getCompareLoadPairs() local 279 if (Source2->getType() != LoadSizeType) in getCompareLoadPairs() 280 Source2 = Builder.CreateBitCast(Source2, LoadSizeType->getPointerTo()); in getCompareLoadPairs() 287 Source2 = Builder.CreateGEP( in getCompareLoadPairs() 288 LoadSizeType, Source2, in getCompareLoadPairs() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 326 Operand *Source1, Operand *Source2) { in create() argument 328 InstArithmetic(Func, Op, Dest, Source1, Source2); in create() 344 Operand *Source2); 508 Operand *Source2) { in create() argument 510 InstExtractElement(Func, Dest, Source1, Source2); in create() 521 Operand *Source2); 540 Operand *Source1, Operand *Source2) { in create() argument 542 InstFcmp(Func, Condition, Dest, Source1, Source2); in create() 551 Operand *Source2); 572 Operand *Source1, Operand *Source2) { in create() argument [all …]
|
D | IceInst.cpp | 282 Operand *Source1, Operand *Source2) in InstArithmetic() argument 285 addSource(Source2); in InstArithmetic() 363 Operand *Source1, Operand *Source2) in InstExtractElement() argument 366 addSource(Source2); in InstExtractElement() 370 Operand *Source2) in InstFcmp() argument 373 addSource(Source2); in InstFcmp() 377 Operand *Source2) in InstIcmp() argument 380 addSource(Source2); in InstIcmp() 384 Operand *Source1, Operand *Source2, in InstInsertElement() argument 388 addSource(Source2); in InstInsertElement()
|
D | IceInstX86Base.h | 1023 Operand *Source2) in InstX86BaseTernop() 1027 this->addSource(Source2); in InstX86BaseTernop() 2220 Operand *Source2) { in create() 2222 InstX86Idiv(Func, Dest, Source1, Source2); in create() 2229 InstX86Idiv(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Idiv() 2230 : InstX86BaseTernop<InstX86Base::Idiv>(Func, Dest, Source1, Source2) {} in InstX86Idiv() 2236 Operand *Source2) { in create() 2238 InstX86Div(Func, Dest, Source1, Source2); in create() 2245 InstX86Div(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Div() 2246 : InstX86BaseTernop<InstX86Base::Div>(Func, Dest, Source1, Source2) {} in InstX86Div() [all …]
|
D | IceConverter.cpp | 516 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertExtractElementInstruction() local 517 return Ice::InstExtractElement::create(Func.get(), Dest, Source1, Source2); in convertExtractElementInstruction() 523 Ice::Operand *Source2 = convertValue(Instr->getOperand(1)); in convertInsertElementInstruction() local 525 return Ice::InstInsertElement::create(Func.get(), Dest, Source1, Source2, in convertInsertElementInstruction() 533 Ice::Operand *Source2 = convertValue(Instr->getFalseValue()); in convertSelectInstruction() local 534 return Ice::InstSelect::create(Func.get(), Dest, Cond, Source1, Source2); in convertSelectInstruction()
|
D | IceInstX86BaseImpl.h | 67 Operand *Source2) in InstX86Mul() argument 70 this->addSource(Source2); in InstX86Mul() 76 Operand *Source2) in InstX86Shld() argument 80 this->addSource(Source2); in InstX86Shld() 86 Operand *Source2) in InstX86Shrd() argument 90 this->addSource(Source2); in InstX86Shrd()
|
/external/bcc/SPECS/ |
D | bcc+clang.spec | 14 Source2: http://llvm.org/releases/%{llvmver}/cfe-%{llvmver}.src.tar.xz
|