Searched defs:Source1 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 198 Value *Source1 = CI->getArgOperand(0); in emitLoadCompareByteBlock() local 273 Value *Source1 = CI->getArgOperand(0); in getCompareLoadPairs() local 391 Value *Source1 = CI->getArgOperand(0); in emitLoadCompareBlock() local 523 Value *Source1 = CI->getArgOperand(0); in getMemCmpOneBlock() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 282 Operand *Source1, Operand *Source2) in InstArithmetic() 363 Operand *Source1, Operand *Source2) in InstExtractElement() 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() 384 Operand *Source1, Operand *Source2, in InstInsertElement()
|
D | IceConverter.cpp | 515 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertExtractElementInstruction() local 522 Ice::Operand *Source1 = convertValue(Instr->getOperand(0)); in convertInsertElementInstruction() local 532 Ice::Operand *Source1 = convertValue(Instr->getTrueValue()); in convertSelectInstruction() local
|
D | IceInst.h | 326 Operand *Source1, Operand *Source2) { in create() 507 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 540 Operand *Source1, Operand *Source2) { in create() 572 Operand *Source1, Operand *Source2) { in create() 596 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
|
D | IceInstX86BaseImpl.h | 66 Variable *Source1, in InstX86Mul() 75 Variable *Source1, in InstX86Shld() 85 Variable *Source1, in InstX86Shrd()
|