Searched defs:ROp (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp806 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); local
807 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DRecord.cpp894 DefInit *ROp = dynamic_cast<DefInit*>(RHSs->getOperator()); local
895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp310 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
311 /// "(X LOp Y) ROp (X LOp Z)".
313 Instruction::BinaryOps ROp) {
320 switch (ROp) {
330 switch (ROp) {
340 switch (ROp) {
349 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
350 /// "(X ROp Z) LOp (Y ROp Z)".
352 Instruction::BinaryOps ROp) {
312 LeftDistributesOverRight(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
351 RightDistributesOverLeft(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp330 /// Return whether "X LOp (Y ROp Z)" is always equal to
331 /// "(X LOp Y) ROp (X LOp Z)".
333 Instruction::BinaryOps ROp) {
340 switch (ROp) {
350 switch (ROp) {
360 switch (ROp) {
369 /// Return whether "(X LOp Y) ROp Z" is always equal to
370 /// "(X ROp Z) LOp (Y ROp Z)".
372 Instruction::BinaryOps ROp) {
332 LeftDistributesOverRight(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
371 RightDistributesOverLeft(Instruction::BinaryOps LOp, Instruction::BinaryOps ROp) argument
[all...]

Completed in 321 milliseconds