Home
last modified time | relevance | path

Searched refs:BORROW (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dsymbol.rs8 pub const BORROW: Symbol = Symbol("borrow"); constant
Dattr.rs872 let mut borrow = Attr::none(cx, BORROW); in from_ast()
1009 Meta(m) if m.path() == BORROW => match &variant.fields { in from_ast()
1162 let mut borrowed_lifetimes = Attr::none(cx, BORROW); in from_ast()
1294 Meta(Path(word)) if word == BORROW => { in from_ast()
1301 Meta(NameValue(m)) if m.path == BORROW => { in from_ast()
1302 if let Ok(lifetimes) = parse_lit_into_lifetimes(cx, BORROW, &m.lit) { in from_ast()
/external/llvm/lib/Target/SystemZ/
DREADME.txt60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h263 BORROW, enumerator
DAMDGPUInstrInfo.td138 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
DAMDGPUISelLowering.cpp2834 NODE_NAME_CASE(BORROW) in getTargetNodeName()
2934 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode()
2981 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
DR600ISelLowering.cpp623 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
/external/llvm-project/llvm/lib/Target/SystemZ/
DREADME.txt60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h427 BORROW, enumerator
DAMDGPUInstrInfo.td193 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
DAMDGPUISelLowering.cpp4261 NODE_NAME_CASE(BORROW) in getTargetNodeName()
4407 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode()
4562 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
DR600ISelLowering.cpp486 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h416 BORROW, enumerator
DAMDGPUInstrInfo.td199 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
DAMDGPUISelLowering.cpp4281 NODE_NAME_CASE(BORROW) in getTargetNodeName()
4436 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode()
4592 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
DR600ISelLowering.cpp486 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()