Home
last modified time | relevance | path

Searched refs:OldShiftOpcode (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h559 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
DAArch64ISelLowering.cpp13283 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
13287 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h700 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
DAArch64ISelLowering.cpp16217 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
16221 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1008 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
DX86ISelLowering.cpp5391 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
5395 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h601 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
609 if (OldShiftOpcode == ISD::SHL && CC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h896 unsigned OldShiftOpcode, unsigned NewShiftOpcode,
DX86ISelLowering.cpp5251 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
5255 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG)) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h736 unsigned OldShiftOpcode, unsigned NewShiftOpcode, in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd() argument
744 if (OldShiftOpcode == ISD::SHL && CC->isOne()) in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3289 unsigned OldShiftOpcode = V.getOpcode(); in optimizeSetCCByHoistingAndByConstFromLogicalShift() local
3290 switch (OldShiftOpcode) { in optimizeSetCCByHoistingAndByConstFromLogicalShift()
3312 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG); in optimizeSetCCByHoistingAndByConstFromLogicalShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3023 unsigned OldShiftOpcode = V.getOpcode(); in optimizeSetCCByHoistingAndByConstFromLogicalShift() local
3024 switch (OldShiftOpcode) { in optimizeSetCCByHoistingAndByConstFromLogicalShift()
3046 X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG); in optimizeSetCCByHoistingAndByConstFromLogicalShift()