Searched refs:BORROW (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/serde_derive/src/internals/ |
D | symbol.rs | 8 pub const BORROW: Symbol = Symbol("borrow"); constant
|
D | attr.rs | 872 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/ |
D | README.txt | 60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 263 BORROW, enumerator
|
D | AMDGPUInstrInfo.td | 138 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
|
D | AMDGPUISelLowering.cpp | 2834 NODE_NAME_CASE(BORROW) in getTargetNodeName() 2934 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode() 2981 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
|
D | R600ISelLowering.cpp | 623 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 416 BORROW, enumerator
|
D | AMDGPUInstrInfo.td | 199 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
|
D | AMDGPUISelLowering.cpp | 4281 NODE_NAME_CASE(BORROW) in getTargetNodeName() 4436 case AMDGPUISD::BORROW: { in computeKnownBitsForTargetNode() 4592 case AMDGPUISD::BORROW: in ComputeNumSignBitsForTargetNode()
|
D | R600ISelLowering.cpp | 486 case ISD::USUBO: return LowerUADDSUBO(Op, DAG, ISD::SUB, AMDGPUISD::BORROW); in LowerOperation()
|