HomeSort by relevance Sort by last modified time
    Searched refs:LaneIdx (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 419 static bool checkHighLaneIndex(SDNode *DL, SDValue &LaneOp, int &LaneIdx) {
434 LaneIdx = DLidx->getSExtValue() + EVidx->getSExtValue();
443 SDValue &LaneOp, int &LaneIdx) {
445 if (!checkHighLaneIndex(Op0.getNode(), LaneOp, LaneIdx)) {
447 if (!checkHighLaneIndex(Op0.getNode(), LaneOp, LaneIdx))
463 int LaneIdx = -1; // Will hold the lane index.
467 LaneIdx)) {
471 LaneIdx))
475 SDValue LaneIdxVal = CurDAG->getTargetConstant(LaneIdx, dl, MVT::i64);
506 int LaneIdx;
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 469 static bool checkHighLaneIndex(SDNode *DL, SDValue &LaneOp, int &LaneIdx) {
484 LaneIdx = DLidx->getSExtValue() + EVidx->getSExtValue();
493 SDValue &LaneOp, int &LaneIdx) {
495 if (!checkHighLaneIndex(Op0.getNode(), LaneOp, LaneIdx)) {
497 if (!checkHighLaneIndex(Op0.getNode(), LaneOp, LaneIdx))
513 int LaneIdx = -1; // Will hold the lane index.
517 LaneIdx)) {
521 LaneIdx))
525 SDValue LaneIdxVal = CurDAG->getTargetConstant(LaneIdx, dl, MVT::i64);
556 int LaneIdx;
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 295 milliseconds