Searched refs:HiOp1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMergeBaseOffset.cpp | 90 const MachineOperand &HiOp1 = Hi.getOperand(1); in INITIALIZE_PASS() local 93 if (HiOp1.getTargetFlags() != ExpectedFlags) in INITIALIZE_PASS() 96 if (!(HiOp1.isGlobal() || HiOp1.isCPI() || HiOp1.isBlockAddress()) || in INITIALIZE_PASS() 97 HiOp1.getOffset() != 0) in INITIALIZE_PASS() 127 if (HiOp1.isGlobal()) { in INITIALIZE_PASS() 129 << *HiOp1.getGlobal() << "\n"); in INITIALIZE_PASS() 130 } else if (HiOp1.isBlockAddress()) { in INITIALIZE_PASS() 132 << *HiOp1.getBlockAddress() << "\n"); in INITIALIZE_PASS() 133 } else if (HiOp1.isCPI()) { in INITIALIZE_PASS() 134 LLVM_DEBUG(dbgs() << " Found lowered constant pool: " << HiOp1.getIndex() in INITIALIZE_PASS()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3597 SDValue LoOp0, HiOp0, LoOp1, HiOp1, LoMask, HiMask; in SplitVecOp_VSELECT() local 3599 std::tie(LoOp1, HiOp1) = DAG.SplitVector(Src1, DL); in SplitVecOp_VSELECT() 3605 DAG.getNode(ISD::VSELECT, DL, HiOpVT, HiMask, HiOp0, HiOp1); in SplitVecOp_VSELECT()
|