Searched refs:Four (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp35 const MCExpr *Four = MCConstantExpr::create(4, getContext()); local
36 return MCBinaryExpr::createAdd(Res, Four, getContext());
H A DX86ISelLowering.cpp19394 SDValue Four = DAG.getIntPtrConstant(4, dl);
19395 SDValue Offset = DAG.getSelect(dl, Zero.getValueType(), SignSet, Four, Zero);
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmatch.mk29 LIST= One Two Three Four five six seven
H A Dmodmatch.exp17 Upper=One Two Three Four
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp118 const MCExpr *Four = MCConstantExpr::create(4, Context); local
119 return MCBinaryExpr::createAdd(Res, Four, Context);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2435 Four = DAG.getIntPtrConstant(4, dl);
2437 SignSet, Four, Zero);
H A DLegalizeIntegerTypes.cpp3576 SDValue Four = DAG.getNode(ISD::ADD, dl, VT, OneInHigh, TwoInHigh); local
3577 SDValue Five = DAG.getNode(ISD::UADDO, dl, VTFullAddO, Three, Four);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8357 SDValue Four = DAG.getConstant(4, dl, PtrVT); local
8358 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);

Completed in 260 milliseconds